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