zproject: Remove absolute_import.

This commit is contained in:
rht 2017-09-28 02:59:37 +02:00 committed by Tim Abbott
parent 8d289b8228
commit f01b629bf9
5 changed files with 0 additions and 5 deletions

View File

@ -1,4 +1,3 @@
from __future__ import absolute_import
import logging
from typing import Any, Dict, List, Set, Tuple, Optional, Text

View File

@ -1,4 +1,3 @@
from __future__ import absolute_import # Python 2 only
from typing import Any

View File

@ -1,7 +1,6 @@
"""
`minified_js` is taken from `zerver.templatetags.minified_js.py`
"""
from __future__ import absolute_import # Python 2 only
from typing import Text

View File

@ -1,4 +1,3 @@
from __future__ import absolute_import
# Django settings for zulip project.
########################################################################
# Here's how settings for the Zulip project work:

View File

@ -1,4 +1,3 @@
from __future__ import absolute_import
import os
# test_settings.py works differently from
# dev_settings.py/prod_settings.py; it actually is directly referenced