diff options
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 |