From 58c682fb3adc51a5290501e0f2c2b31c7b323ae5 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Sun, 27 Feb 2011 17:22:28 +0100 Subject: Removed useless import. --- pyAggr3g470r.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pyAggr3g470r.py') 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) -- cgit