diff options
author | 2011-07-19 00:36:50 +0200 | |
---|---|---|
committer | 2011-07-19 00:36:50 +0200 | |
commit | 876673902e5ea8d5336e144cad18d23fda613e94 (patch) | |
tree | 5b6ba792882eb110e822b2e64dda2b6a4f3722e9 /module/web/filters.py | |
parent | improved hook loader (diff) | |
download | pyload-876673902e5ea8d5336e144cad18d23fda613e94.tar.xz |
cleanup
Diffstat (limited to 'module/web/filters.py')
-rw-r--r-- | module/web/filters.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/web/filters.py b/module/web/filters.py index 1b10f7cb4..13b8345fc 100644 --- a/module/web/filters.py +++ b/module/web/filters.py @@ -2,7 +2,6 @@ # -*- coding: utf-8 -*- import os from os.path import abspath, commonprefix, join -from time import strftime, mktime, gmtime quotechar = "::/" |