diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-06-19 17:18:40 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-06-19 17:18:40 +0200 |
| commit | ffcf24c9ce781a7c194ed8722b850e7873922f6b (patch) | |
| tree | 76087085f3ce2cca8d058b40a542dbb621697f7e /django/db/backends/postgresql_psycopg2/base.py | |
| parent | d9a43545be1af95a13c181c8b178f5631d3a4148 (diff) | |
Removed several unused imports.
Diffstat (limited to 'django/db/backends/postgresql_psycopg2/base.py')
| -rw-r--r-- | django/db/backends/postgresql_psycopg2/base.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/django/db/backends/postgresql_psycopg2/base.py b/django/db/backends/postgresql_psycopg2/base.py index 5c5f5e185a..6ed2cfcc7c 100644 --- a/django/db/backends/postgresql_psycopg2/base.py +++ b/django/db/backends/postgresql_psycopg2/base.py @@ -6,7 +6,6 @@ Requires psycopg 2: http://initd.org/projects/psycopg2 import logging import sys -from django.db import utils from django.db.backends import * from django.db.backends.postgresql_psycopg2.operations import DatabaseOperations from django.db.backends.postgresql_psycopg2.client import DatabaseClient @@ -16,7 +15,6 @@ from django.db.backends.postgresql_psycopg2.introspection import DatabaseIntrosp from django.utils.encoding import force_str from django.utils.functional import cached_property from django.utils.safestring import SafeText, SafeBytes -from django.utils import six from django.utils.timezone import utc try: |
