magic-removal: Fixed #1293 -- Added missing exception. Thanks, chad.cornsilk.net

git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2164 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-01-30 02:51:47 +00:00
parent d53837b8bb
commit d1d3925beb
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
"Utilities for loading models and the modules that contain them."
from django.conf import settings
from django.core.exceptions import ImproperlyConfigured
__all__ = ('get_apps', 'get_app', 'get_models', 'get_model')