py2.6: no set literals
[wolnelektury.git] / apps / catalogue / __init__.py
index 2d0d89d..45acadc 100644 (file)
@@ -11,7 +11,7 @@ class Settings(AppSettings):
     """Default settings for catalogue app."""
     DEFAULT_LANGUAGE = u'pol'
     # PDF needs TeXML + XeLaTeX, MOBI needs Calibre.
-    DONT_BUILD = {'pdf', 'mobi'}
+    DONT_BUILD = set(['pdf', 'mobi'])
     FORMAT_ZIPS = {
             'epub': 'wolnelektury_pl_epub',
             'pdf': 'wolnelektury_pl_pdf',