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/path.py | |
parent | c1803a7603135e2c148d89d5e05596f5d251842a (diff) |
*update
Diffstat (limited to 'cgi-bin/path.py')
-rw-r--r-- | cgi-bin/path.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cgi-bin/path.py b/cgi-bin/path.py index ac1ed5a..e6f6175 100644 --- a/cgi-bin/path.py +++ b/cgi-bin/path.py @@ -18,4 +18,3 @@ class Path(object): # html模板路径 def template(templ): return templDir + templ - |