diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-11 21:29:53 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-11 21:29:53 +0200 |
commit | d639df26fc74c10b0d1f5df728c55b9cfe73c34d (patch) | |
tree | 2c85bca61416563fe3ed5b10f6c366f9c96285f6 /pyLoadCore.py | |
parent | jeixs irc interface, cleaned some code (diff) | |
download | pyload-d639df26fc74c10b0d1f5df728c55b9cfe73c34d.tar.xz |
irc client fixes
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index 1db514d5d..c1c02fe5a 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -32,6 +32,7 @@ from os import _exit from os import execv from os import getcwd from os import makedirs +from os import name as platform from os import remove from os import sep from os.path import exists @@ -43,7 +44,6 @@ from sys import argv from sys import executable from sys import exit from sys import stdout -from sys import platform import thread import time from time import sleep |