who really need i18n on init message...
(hangs anyway for me)
This commit is contained in:
parent
b10b49b722
commit
ac90d99212
1 changed files with 2 additions and 2 deletions
|
@ -30,12 +30,12 @@ class Logger:
|
||||||
os.stat(os.path.expanduser('~/.gajim'))
|
os.stat(os.path.expanduser('~/.gajim'))
|
||||||
except OSError:
|
except OSError:
|
||||||
os.mkdir(os.path.expanduser('~/.gajim'))
|
os.mkdir(os.path.expanduser('~/.gajim'))
|
||||||
print _('creating ~/.gajim/')
|
print 'creating ~/.gajim/'
|
||||||
try:
|
try:
|
||||||
os.stat(LOGPATH)
|
os.stat(LOGPATH)
|
||||||
except OSError:
|
except OSError:
|
||||||
os.mkdir(LOGPATH)
|
os.mkdir(LOGPATH)
|
||||||
print _('creating ~/.gajim/logs/')
|
print 'creating ~/.gajim/logs/'
|
||||||
|
|
||||||
def write(self, kind, msg, jid, show = None, tim = None):
|
def write(self, kind, msg, jid, show = None, tim = None):
|
||||||
if not tim:
|
if not tim:
|
||||||
|
|
Loading…
Add table
Reference in a new issue