summaryrefslogtreecommitdiffstats
path: root/module/SpeedManager.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-11 21:04:48 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-11 21:04:48 +0200
commitecadad99f03e33d4672e9ac2d5d1dca0d541b983 (patch)
tree65ac2f5a94cc50d8ef8044b6cb1616937105d2b9 /module/SpeedManager.py
parentfixes (diff)
downloadpyload-ecadad99f03e33d4672e9ac2d5d1dca0d541b983.tar.xz
jeixs irc interface, cleaned some code
Diffstat (limited to 'module/SpeedManager.py')
-rw-r--r--module/SpeedManager.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/module/SpeedManager.py b/module/SpeedManager.py
index c13f4b2dc..e69c641fc 100644
--- a/module/SpeedManager.py
+++ b/module/SpeedManager.py
@@ -20,7 +20,6 @@
"""
from threading import Thread
-import traceback
from time import sleep, time
class SpeedManager(Thread):