diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-11 21:04:48 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-11 21:04:48 +0200 |
commit | ecadad99f03e33d4672e9ac2d5d1dca0d541b983 (patch) | |
tree | 65ac2f5a94cc50d8ef8044b6cb1616937105d2b9 /module/SpeedManager.py | |
parent | fixes (diff) | |
download | pyload-ecadad99f03e33d4672e9ac2d5d1dca0d541b983.tar.xz |
jeixs irc interface, cleaned some code
Diffstat (limited to 'module/SpeedManager.py')
-rw-r--r-- | module/SpeedManager.py | 1 |
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): |