summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2006-07-21 22:05:38 +0000
committerJason Pellerin <jpellerin@gmail.com>2006-07-21 22:05:38 +0000
commitd345b89bc67b67867a4cc9608a972b7ffa6e0903 (patch)
tree14760367ad0d90dff3709deedbc13ac617cfd847
parent88c64cc0830f2bcd6dc11a23ff8611e915473ba1 (diff)
[multi-db] Removed unneed import.
git-svn-id: http://code.djangoproject.com/svn/django/branches/multiple-db-support@3419 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--django/db/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/django/db/__init__.py b/django/db/__init__.py
index d2d30628b0..e866dab81d 100644
--- a/django/db/__init__.py
+++ b/django/db/__init__.py
@@ -3,8 +3,6 @@ from django.core import signals
from django.core.exceptions import ImproperlyConfigured
from django.dispatch import dispatcher
-from thread import get_ident
-
try:
# Only exists in Python 2.4+
from threading import local