Changes between Initial Version and Version 2 of Ticket #6506


Ignore:
Timestamp:
Oct 8, 2012, 11:32:16 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6506

    • Property Owner changed from Noah Kantrowitz to Ryan J Ollos
    • Property Status changed from new to assigned
  • Ticket #6506 – Description

    initial v2  
    1 In mastertickets/util.py, the following line
     1In `mastertickets/util.py`, the following line
    22
    33{{{
     4#!python
    45from trac.util.compat import set
    56}}}
     
    89
    910{{{
     11#!python
    1012from trac.util.compat import set, sorted
    1113}}}