make the pep8 checker happy

This commit is contained in:
Thomas Waldmann 2014-11-01 20:23:08 +01:00
parent dc23b56537
commit 8aae3e2c73

View File

@ -35,5 +35,5 @@ INSTALLED_APPS += (
LANGUAGES += (
# note: for the development install we also offer unfinished translations:
('pl', gettext_noop('Polish')),
#('zh-cn', gettext_noop('Chinese (China)')),
# ('zh-cn', gettext_noop('Chinese (China)')),
)