Skip to content
Snippets Groups Projects
Commit 47ee4356 authored by nkour's avatar nkour
Browse files

help Yann release faster when in Windoz

parent cf2ff62b
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,8 @@ DATA_DIR = '../data'
LOGPATH = os.path.expanduser('~/.gajim/logs')
VCARDPATH = os.path.expanduser('~/.gajim/vcards')
if os.name == 'nt':
if '.svn' not in os.listdir('.'): # we are normal users (not svn users)
DATA_DIR = 'data'
try:
# Documents and Settings\[User Name]\Application Data\Gajim\logs
LOGPATH = os.environ['appdata'] + '/Gajim/Logs'
......
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