summaryrefslogtreecommitdiff
path: root/cgi-bin/config.py
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-07-10 08:06:30 +0800
committerchai <chaifix@163.com>2018-07-10 08:06:30 +0800
commit5d323b7430c446ceb81c2de52d9a1d28c7f34e52 (patch)
tree0b5c7ae2eef51d90c7923d206727013be0eeede2 /cgi-bin/config.py
parentc1803a7603135e2c148d89d5e05596f5d251842a (diff)
*update
Diffstat (limited to 'cgi-bin/config.py')
-rw-r--r--cgi-bin/config.py2
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)
-
-