This commit is contained in:
parent
096671fe73
commit
a44d1e61b7
1 changed files with 1 additions and 1 deletions
2
start.py
2
start.py
|
@ -51,7 +51,7 @@ class JabSync:
|
||||||
self._configFile=options.filename
|
self._configFile=options.filename
|
||||||
else:
|
else:
|
||||||
self._configFile=os.path.join(os.path.expanduser("~"),".jabsync")
|
self._configFile=os.path.join(os.path.expanduser("~"),".jabsync")
|
||||||
print "Configuration file: "+self._configFile
|
print "Configuration file: " + self._configFile
|
||||||
def init(self):
|
def init(self):
|
||||||
self._config=Config()
|
self._config=Config()
|
||||||
self._config.loadFromFile(self._configFile)
|
self._config.loadFromFile(self._configFile)
|
||||||
|
|
Loading…
Reference in a new issue