summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-11 21:29:53 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-11 21:29:53 +0200
commitd639df26fc74c10b0d1f5df728c55b9cfe73c34d (patch)
tree2c85bca61416563fe3ed5b10f6c366f9c96285f6 /pyLoadCore.py
parentjeixs irc interface, cleaned some code (diff)
downloadpyload-d639df26fc74c10b0d1f5df728c55b9cfe73c34d.tar.xz
irc client fixes
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py2
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