diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-12-10 15:44:37 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-12-10 15:44:37 +0100 |
commit | 2c7203032324820c122b1e7b77604212391f75f9 (patch) | |
tree | cc5e1b4802672a2927de922ccfe884dd93eb2e6c /module/network | |
parent | incomplete: gui model-view stuff (diff) | |
download | pyload-2c7203032324820c122b1e7b77604212391f75f9.tar.xz |
cleaned some code, pyLoad Script Support (closed #16)
Diffstat (limited to 'module/network')
-rw-r--r-- | module/network/Keepalive.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/network/Keepalive.py b/module/network/Keepalive.py index 2443f5bbf..0ab3431ad 100644 --- a/module/network/Keepalive.py +++ b/module/network/Keepalive.py @@ -609,7 +609,6 @@ def test(url, N=10): test_timeout(url) if __name__ == '__main__': - import time import sys try: N = int(sys.argv[1]) |