From ea94162318c844d40faa229f21d8d69b3f637cf4 Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Mon, 19 Sep 2016 16:20:34 +0200 Subject: [PATCH] defaults.py pep8 --- src/fobi/defaults.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/fobi/defaults.py b/src/fobi/defaults.py index 7d1bdbaf..d3fbd176 100644 --- a/src/fobi/defaults.py +++ b/src/fobi/defaults.py @@ -1,6 +1,6 @@ __title__ = 'fobi.defaults' __author__ = 'Artur Barseghyan ' -__copyright__ = 'Copyright (c) 2014 Artur Barseghyan' +__copyright__ = '2014-2016 Artur Barseghyan' __license__ = 'GPL 2.0/LGPL 2.1' __all__ = ( 'RESTRICT_PLUGIN_ACCESS', 'FORM_ELEMENT_PLUGINS_MODULE_NAME', @@ -19,8 +19,6 @@ __all__ = ( 'WAIT_BETWEEN_TEST_STEPS', 'WAIT_AT_TEST_END', ) -from django.utils.translation import ugettext - gettext = lambda s: s # ************************************************************** @@ -29,7 +27,7 @@ gettext = lambda s: s # ************************************************************** # ************************************************************** -# If set to True, plugins would be only accessible by the white-listed user(s) +# If set to True, plugins would be only accessible by the white-listed user(s) # or group(s). If set to False, all users have the same access rights to all # plugins. RESTRICT_PLUGIN_ACCESS = True