diff options
author | chai <chaifix@163.com> | 2018-07-10 08:06:30 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-07-10 08:06:30 +0800 |
commit | 5d323b7430c446ceb81c2de52d9a1d28c7f34e52 (patch) | |
tree | 0b5c7ae2eef51d90c7923d206727013be0eeede2 /cgi-bin/config.py | |
parent | c1803a7603135e2c148d89d5e05596f5d251842a (diff) |
*update
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) - - |