diff options
author | cedricbonhomme <devnull@localhost> | 2011-02-27 17:22:28 +0100 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2011-02-27 17:22:28 +0100 |
commit | 58c682fb3adc51a5290501e0f2c2b31c7b323ae5 (patch) | |
tree | bc24ae39134f4bb3f965dc195c252b9a4e185a53 | |
parent | Removed useless print. (diff) | |
download | newspipe-58c682fb3adc51a5290501e0f2c2b31c7b323ae5.tar.gz newspipe-58c682fb3adc51a5290501e0f2c2b31c7b323ae5.tar.bz2 newspipe-58c682fb3adc51a5290501e0f2c2b31c7b323ae5.zip |
Removed useless import.
-rwxr-xr-x | pyAggr3g470r.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index e796e9cf..254562f9 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -34,7 +34,6 @@ import calendar import threading from collections import Counter -from cherrypy.lib.static import serve_file import utils import feedgetter @@ -1251,4 +1250,4 @@ if __name__ == '__main__': thread_watch_base = threading.Thread(None, root.watch_base_classic, None, ()) thread_watch_base.setDaemon(True) thread_watch_base.start() - cherrypy.quickstart(root, config=path)
\ No newline at end of file + cherrypy.quickstart(root, config=path) |