diff options
Diffstat (limited to 'cgi-bin/config.py')
-rw-r--r-- | cgi-bin/config.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cgi-bin/config.py b/cgi-bin/config.py index f9ee2f6..d7b9dfc 100644 --- a/cgi-bin/config.py +++ b/cgi-bin/config.py @@ -9,5 +9,3 @@ class Config(object): @classmethod def get(cls, section, option): return conf.get(section, option) - - |