Skip to content
Snippets Groups Projects
Commit 2082034e authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

root under win9X is . instead of ''

parent 4bd62531
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ class ConfigPaths:
self.root = os.path.join(fse(os.environ[u'appdata']), u'Gajim')
except KeyError:
# win9x, in cwd
self.root = u''
self.root = u'.'
else: # Unices
# Pass in an Unicode string, and hopefully get one back.
self.root = os.path.expanduser(u'~/.gajim')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment