From 8aae3e2c73df149176ec77842c93dbd7c5793d2c Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 1 Nov 2014 20:23:08 +0100 Subject: [PATCH] make the pep8 checker happy --- nsupdate/settings/dev.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsupdate/settings/dev.py b/nsupdate/settings/dev.py index 3f2de39..8577ef4 100644 --- a/nsupdate/settings/dev.py +++ b/nsupdate/settings/dev.py @@ -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)')), )