Modify ↓
Opened 14 years ago
Closed 14 years ago
#9266 closed defect (fixed)
r10766 breaks install
| Reported by: | Owned by: | Russ Tyndall | |
|---|---|---|---|
| Priority: | normal | Component: | TimingAndEstimationPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.12 |
Description
after installing timingandestimationplugin in the trac env local plugin directory,
trac-admin /path/to/env upgrade fail complaining NameError: global name 'trac' is not defined.
updating to before r10766 fix the issue.
Attachments (0)
Note: See
TracTickets for help on using
tickets.



(In [10779]) fixed copy/paste bug where I forgot an import (Thanks for the bug report!) fix #9266