Removed broken import.

This commit is contained in:
Jannis Leidel
2011-09-07 12:11:26 +02:00
parent 0de4d01cd3
commit d4e8bdec3b

View File

@@ -5,7 +5,6 @@ from compressor.cache import (cache, cache_get, cache_set,
get_offline_cachekey, get_templatetag_cachekey)
from compressor.conf import settings
from compressor.utils import get_class
from compressor.models import CompressorConf
register = template.Library()