Re-added import statement that allows offline compression again. Refs #131.

This commit is contained in:
Rich Leland
2011-10-11 13:15:35 -04:00
parent 085a7882c4
commit c38015cb6a

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: