On Tue, May 16, 2006 at 07:06:56PM +0200, Christian Boos wrote:
> 'application/x-trac-query' by 'trac.ticket.Query' and
> 'application/x-trac-ticket' by 'trac.ticket.Ticket' ?

I noticed the following comment...

    # use trac.ticket.Ticket instead of trac.ticket.model.Ticket
    # use trac.ticket.Query instead of trac.ticket.query 

...in r3309. Is there an actual reason for this?

I chose 'trac.ticket.model.Ticket' explicitly because it is the actual
Python object, rather than an arbitrary name. Similarly with
'trac.ticket.query', although 'trac.ticket.query.Query' might be just as
appropriate.

-- 
Evolution: Taking care of those too stupid to take care of themselves.
_______________________________________________
Trac-dev mailing list
Trac-dev@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac-dev

Reply via email to