aboutsummaryrefslogtreecommitdiff
path: root/rpki/django_settings
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-10-26 06:29:00 +0000
committerRob Austein <sra@hactrn.net>2015-10-26 06:29:00 +0000
commitb46deb1417dc3596e9ac9fe2fe8cc0b7f42457e7 (patch)
treeca0dc0276d1adc168bc3337ce0564c4ec4957c1b /rpki/django_settings
parent397beaf6d9900dc3b3cb612c89ebf1d57b1d16f6 (diff)
"Any programmer who fails to comply with the standard naming, formatting,
or commenting conventions should be shot. If it so happens that it is inconvenient to shoot him, then he is to be politely requested to recode his program in adherence to the above standard." -- Michael Spier, Digital Equipment Corporation svn path=/branches/tk705/; revision=6152
Diffstat (limited to 'rpki/django_settings')
-rw-r--r--rpki/django_settings/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpki/django_settings/common.py b/rpki/django_settings/common.py
index 2f676660..3860d40b 100644
--- a/rpki/django_settings/common.py
+++ b/rpki/django_settings/common.py
@@ -58,7 +58,7 @@ class DatabaseConfigurator(object):
default_sql_engine = "mysql"
- def configure(self, cfg, section):
+ def configure(self, cfg, section): # pylint: disable=W0621
self.cfg = cfg
self.section = section
engine = cfg.get("sql-engine", section = section,