diff options
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 - |