Closed jpic closed 11 years ago
Maybe this is due to a recent change of parsedatetime ?
Yes, it's due to a parsedatetime change. This should be a conditional import to handle all versions:
try: from parsedatetime import parsedatetime except ImportError: import parsedatetime
Thanks!
Maybe this is due to a recent change of parsedatetime ?