id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
10628,api.py missing import of datetime causes trac-admin upgrade to fail,Bobby,coling,Running the upgrade with trac-admin after adding the plugin kept failing_ and in trac.log it said the api portion of the plugin had undefined datetime.\r\nI noticed all .py of the plugin were importing datetime except api.py. Adding to api.py\r\n\r\nfrom datetime import datetime\r\n\r\nmade the upgrade work and now I can use the plugin. I'm not sure why no one else has reported this error_ and I doubt there's anything unusual in how my system is configured.,defect,closed,normal,WorkLogPlugin,normal,fixed,,rjollos,1.0
