#3216: trac-post-commit-hook is getting TicketNotifyEmail from wrong palce
----------------------------------+-----------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: jonas
Type: defect | Status: closed
Priority: normal | Milestone:
Component: general | Version: 0.9.3
Severity: normal | Resolution: worksforme
Keywords: |
----------------------------------+-----------------------------------------
Old description:
> On line 77:
>
> from trac.ticket.notification import TicketNotifyEmail
>
> Should be:
>
> from trac.Notify import TicketNotifyEmail
New description:
On line 77:
{{{
from trac.ticket.notification import TicketNotifyEmail
}}}
Should be:
{{{
from trac.Notify import TicketNotifyEmail
}}}
Comment (by eblot):
(fix up description syntax)
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/3216>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets