summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 8dc725ca7..db46571d5 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -71,7 +71,6 @@ class Core(object):
self.doDebug = False
self.arg_links = []
-
if len(argv) > 1:
try:
options, args = getopt(argv[1:], 'vca:hdus:', ["version", "clear", "add=", "help", "debug", "user", "setup", "configdir="])
@@ -156,7 +155,6 @@ class Core(object):
s.start()
exit()
-
self.config = ConfigParser()
translation = gettext.translation("pyLoad", self.path("locale"), languages=["en", self.config['general']['language']])