This commit is contained in:
Yann Leboulanger 2005-11-08 14:32:14 +00:00
parent 51f6e125f6
commit 6213a1e586
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ if os.name == 'nt':
except KeyError:
# win9x, ./logs
LOGPATH = 'Logs'
LOGPATH = 'Vcards'
VCARDPATH = 'Vcards'
try:
LOGPATH = LOGPATH.decode(sys.getfilesystemencoding())
VCARDPATH = VCARDPATH.decode(sys.getfilesystemencoding())