Added a missing import from [8186].

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8187 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Brian Rosner 2008-08-01 23:31:20 +00:00
parent e608433ee7
commit c4ba628231
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ def autodiscover():
not present. This forces an import on them to register any admin bits they not present. This forces an import on them to register any admin bits they
may want. may want.
""" """
import imp
from django.conf import settings from django.conf import settings
for app in settings.INSTALLED_APPS: for app in settings.INSTALLED_APPS:
try: try: