This commit is contained in:
glenux 2006-02-13 21:00:30 +00:00
parent 096671fe73
commit a44d1e61b7

View file

@ -51,7 +51,7 @@ class JabSync:
self._configFile=options.filename
else:
self._configFile=os.path.join(os.path.expanduser("~"),".jabsync")
print "Configuration file: "+self._configFile
print "Configuration file: " + self._configFile
def init(self):
self._config=Config()
self._config.loadFromFile(self._configFile)