diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-30 16:09:09 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-30 16:09:09 +0200 |
commit | 301ac21f2a4b6032d05fba362d167bf182404ee6 (patch) | |
tree | 71def1385a5c35d53994e95fac074b91d0eeafc5 /pyLoadGui.py | |
parent | encoding fixes (diff) | |
download | pyload-301ac21f2a4b6032d05fba362d167bf182404ee6.tar.xz |
little fixes
Diffstat (limited to 'pyLoadGui.py')
-rwxr-xr-x | pyLoadGui.py | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/pyLoadGui.py b/pyLoadGui.py index 570b2e779..981a74ce9 100755 --- a/pyLoadGui.py +++ b/pyLoadGui.py @@ -30,10 +30,9 @@ from uuid import uuid4 as uuid import re import gettext from xmlrpclib import Binary -from os.path import join from os.path import abspath -from os.path import dirname - +from os.path import join +from os.path import basename from module import InitHomeDir from module.gui.ConnectionManager import * @@ -44,14 +43,6 @@ from module.gui.Collector import * from module.gui.XMLParser import * from module.gui.CoreConfigParser import ConfigParser -from os.path import expanduser -from os.path import join -from os.path import basename -from os.path import dirname -from os import chdir -from os import makedirs -from os import name as platform - try: import pynotify except ImportError: |