1
0
mirror of https://github.com/django/django.git synced 2025-07-05 10:19:20 +00:00

[multi-db] Removed unneed import.

git-svn-id: http://code.djangoproject.com/svn/django/branches/multiple-db-support@3419 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jason Pellerin 2006-07-21 22:05:38 +00:00
parent 88c64cc083
commit d345b89bc6

View File

@ -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