Roundup Tracker - Issues

Message2486

Author gebruersp
Recipients
Date 2007-11-04.18:19:14
Message-id
In-reply-to
I noticed the CVS from 2007-11-04 did not work on my VISTA, I found out mailer.py now tries to set timezone info. I am not an expert, but I think on WIN32 this does not work. 
I replaced line 37 with 
        try:
            time.tzset()
        except AttributeError:
			pass

-> OK

History
Date User Action Args
2009-02-03 14:22:10adminlinkissue1825643 messages
2009-02-03 14:22:10admincreate