aboutsummaryrefslogtreecommitdiff
path: root/pyAggr3g470r.py
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2011-02-27 17:22:28 +0100
committercedricbonhomme <devnull@localhost>2011-02-27 17:22:28 +0100
commit58c682fb3adc51a5290501e0f2c2b31c7b323ae5 (patch)
treebc24ae39134f4bb3f965dc195c252b9a4e185a53 /pyAggr3g470r.py
parentRemoved useless print. (diff)
downloadnewspipe-58c682fb3adc51a5290501e0f2c2b31c7b323ae5.tar.gz
newspipe-58c682fb3adc51a5290501e0f2c2b31c7b323ae5.tar.bz2
newspipe-58c682fb3adc51a5290501e0f2c2b31c7b323ae5.zip
Removed useless import.
Diffstat (limited to 'pyAggr3g470r.py')
-rwxr-xr-xpyAggr3g470r.py3
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)
bgstack15