summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql/introspection.py
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2006-07-21 17:11:13 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2006-07-21 17:11:13 +0000
commit17d0bd151265eb284c93350a3ede632b2b23b835 (patch)
tree2ff57f537213adf2df4f3b8030b49d0bce5fdfa6 /django/db/backends/postgresql/introspection.py
parente9a236d86c82133ab1959e4ea4760ebe6f73bd8e (diff)
downloaddjango-17d0bd151265eb284c93350a3ede632b2b23b835.tar.gz
Fixed a bunch of spurious imports, typos, and other small errors turned up by a pass through PyFlakes. This covers about the first third of the errors.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3411 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/db/backends/postgresql/introspection.py')
-rw-r--r--django/db/backends/postgresql/introspection.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/db/backends/postgresql/introspection.py b/django/db/backends/postgresql/introspection.py
index c3a16d61c3..6e1d60c4ff 100644
--- a/django/db/backends/postgresql/introspection.py
+++ b/django/db/backends/postgresql/introspection.py
@@ -1,4 +1,3 @@
-from django.db import transaction
from django.db.backends.postgresql.base import quote_name
def get_table_list(cursor):