Merge pull request #137 from richleland/offline

Re-added import statement that allows offline compression again. Refs #131
This commit is contained in:
Jannis Leidel
2011-10-28 03:26:49 -07:00

View File

@@ -13,6 +13,7 @@ from django.core.management.base import NoArgsCommand, CommandError
from django.template import Context, Template, TemplateDoesNotExist, TemplateSyntaxError from django.template import Context, Template, TemplateDoesNotExist, TemplateSyntaxError
from django.utils.datastructures import SortedDict from django.utils.datastructures import SortedDict
from django.utils.importlib import import_module from django.utils.importlib import import_module
from django.template.loader import get_template
from django.template.loader_tags import ExtendsNode, BlockNode, BLOCK_CONTEXT_KEY from django.template.loader_tags import ExtendsNode, BlockNode, BLOCK_CONTEXT_KEY
try: try: