Moved apps back in the toplevel django namespace.

Reverted 4a56a93cc4.
This commit is contained in:
Aymeric Augustin 2013-12-22 11:35:17 +01:00
parent 99bd39ef6e
commit 2fef9e5375
95 changed files with 101 additions and 101 deletions

View file

@ -20,7 +20,7 @@ except ImportError:
pkg_resources = None
from django.core.apps import app_cache
from django.apps import app_cache
from django.template import TemplateDoesNotExist, Context
from django.template.loaders.eggs import Loader as EggLoader
from django.template import loader