#3027: Ticket update broken
-----------------------------+----------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: athomas
Type: defect | Status: assigned
Priority: low | Milestone:
Component: general | Version: devel
Severity: minor | Resolution:
Keywords: workflow |
-----------------------------+----------------------------------------------
Changes (by athomas):
* status: new => assigned
* owner: jonas => athomas
* keywords: => workflow
Comment:
Apologies, this is a Python 2.4ism. Will fix in next commit but until then
you can add this to the top of api.py, just after the imports:
{{{
#!python
try:
set = set
except:
from sets import Set as set
}}}
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/3027>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets