Fix: Uglier but supported by Chrome
[wolnelektury.git] / apps / catalogue / __init__.py
index 1fbdc20..2e7a89f 100644 (file)
@@ -39,7 +39,7 @@ class Settings(AppSettings):
             attname = 'ALL_%s_ZIP' % format_.upper()
             if hasattr(settings, attname):
                 logging.warn("%s is deprecated, "
-                        "use CATALOGUE_FORMAT_ZIPS[%s] instead", 
+                        "use CATALOGUE_FORMAT_ZIPS[%s] instead",
                             attname, format_)
                 value[format_] = getattr(settings, attname)
         return value