who really need i18n on init message...

(hangs anyway for me)
This commit is contained in:
Vincent Hanquez 2005-04-21 08:44:19 +00:00
parent b10b49b722
commit ac90d99212
1 changed files with 2 additions and 2 deletions

View File

@ -30,12 +30,12 @@ class Logger:
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: