[stephan k.] also decode in LOGPATH

This commit is contained in:
Nikos Kouremenos 2005-09-02 21:45:35 +00:00
parent a80c688d5f
commit 3d5901dd63
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ if os.name == 'nt':
# win9x, ./logs
LOGPATH = 'Logs'
LOGPATH = LOGPATH.decode(sys.getfilesystemencoding())
class Logger:
def __init__(self):
dot_gajim = os.path.dirname(LOGPATH)