﻿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.
I noticed all .py of the plugin were importing datetime except api.py. Adding to api.py

from datetime import datetime

made 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
