﻿id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
8235,[error] AttributeError: 'module' object has no attribute 'now',gustavo.diaz@…,rjollos,"Hi guys,

I am using Trac 0.12 - TracMetrixPlugin 0.18 - matplotlib 1.0.0 - Python 2.6.5
Error trying to Show Project Metrics after pressing Update button:

http://pastebin.com/5fVaMWg3

On Py console tested:

{{{
>>> from datetime import datetime 
>>> datetime.now()
datetime.datetime(2010, 11, 29, 15, 17, 12, 175421)
}}}

So, the fix was to move ""from datetime import timedelta, datetime"" to the line 33 (which is, at the end of the ""imports"").
",defect,closed,normal,TracMetrixPlugin,normal,fixed,needinfo,,0.12
