diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-12-15 17:48:30 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-12-15 17:48:30 +0100 |
commit | 95d09b338ac7aed2b387bf143a5cfd1c4b29f612 (patch) | |
tree | 2f6c078f95bbc80f423609bacab8066fe86d7067 /pyLoadCli.py | |
parent | gui queue view - unstable (non thread safe) (diff) | |
download | pyload-95d09b338ac7aed2b387bf143a5cfd1c4b29f612.tar.xz |
new Django webinterface(in development), small fixes
Diffstat (limited to 'pyLoadCli.py')
-rwxr-xr-x | pyLoadCli.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pyLoadCli.py b/pyLoadCli.py index b6d08a238..96165a7b5 100755 --- a/pyLoadCli.py +++ b/pyLoadCli.py @@ -22,14 +22,10 @@ SERVER_VERSION = "0.3" import curses -import traceback -import string -import os from time import sleep, time import xmlrpclib from threading import RLock, Thread import sys -import os.path from os import chdir from os.path import dirname from os.path import abspath |