Commit 9210a5b3 by andreas.pelme

Fixed bad import in csstidy_python filter. Thanks Clint Ecker!


git-svn-id: https://django-compress.googlecode.com/svn/trunk@68 98d35234-f74b-0410-9e22-51d878bdf110
parent ff32f083
from django.conf import settings from django.conf import settings
from compress.filter_base import FilterBase from compress.filter_base import FilterBase
from compress.filters.csstidy.csstidy import CSSTidy from compress.filters.csstidy_python.csstidy import CSSTidy
COMPRESS_CSSTIDY_SETTINGS = getattr(settings, 'COMPRESS_CSSTIDY_SETTINGS', {}) COMPRESS_CSSTIDY_SETTINGS = getattr(settings, 'COMPRESS_CSSTIDY_SETTINGS', {})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment