Skip to content
Snippets Groups Projects
Commit ac90d992 authored by Vincent Hanquez's avatar Vincent Hanquez
Browse files

who really need i18n on init message...

(hangs anyway for me)
parent b10b49b7
No related branches found
No related tags found
No related merge requests found
......@@ -30,12 +30,12 @@ def __init__(self):
os.stat(os.path.expanduser('~/.gajim'))
except OSError:
os.mkdir(os.path.expanduser('~/.gajim'))
print _('creating ~/.gajim/')
print 'creating ~/.gajim/'
try:
os.stat(LOGPATH)
except OSError:
os.mkdir(LOGPATH)
print _('creating ~/.gajim/logs/')
print 'creating ~/.gajim/logs/'
def write(self, kind, msg, jid, show = None, tim = None):
if not tim:
......
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