Modify ↓
#3216 closed defect (worksforme)
trac-post-commit-hook is getting TicketNotifyEmail from wrong palce
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.9.3 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
On line 77:
from trac.ticket.notification import TicketNotifyEmail
Should be:
from trac.Notify import TicketNotifyEmail
Attachments (0)
Change History (3)
comment:1 by , 18 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:3 by , 18 years ago
Since I found this while trying to debug a problem, I figured I'd leave a comment for posterity. If you are getting an error when running email2trac, "No module named Notify", make sure the trac version in email2trac.conf is correct.
Note:
See TracTickets
for help on using tickets.
trac.ticket.notification
), whereastrac.Notify
)