summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-01-31 15:57:57 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-01-31 15:57:57 +0100
commit7df36031dbc49e11c9b82ab08b203bc76fa0280a (patch)
treeb085f527126c4387d4b5993f462a8d6f430628e6 /pyLoadCore.py
parentfixed gui notification (diff)
downloadpyload-7df36031dbc49e11c9b82ab08b203bc76fa0280a.tar.xz
pyLoad 0.4.4v0.4.4
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py15
1 files changed, 5 insertions, 10 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 7ad0f359b..d9bbc4040 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -18,14 +18,13 @@
@author: sebnapi
@author: RaNaN
@author: mkaay
- @version: v0.4.3
+ @version: v0.4.4
"""
-CURRENT_VERSION = '0.4.3'
+CURRENT_VERSION = '0.4.4'
import __builtin__
-from getopt import GetoptError
-from getopt import getopt
+from getopt import getopt, GetoptError
import gettext
from imp import find_module
import logging
@@ -38,15 +37,11 @@ from os import makedirs
from os import name as platform
from os import remove
from os import sep
-from os.path import exists
-from os.path import join
+from os.path import exists, join
import signal
import subprocess
import sys
-from sys import argv
-from sys import executable
-from sys import exit
-import thread
+from sys import argv, executable, exit
import time
from time import sleep
from traceback import print_exc