Modify ↓
Opened 17 years ago
Closed 17 years ago
#2924 closed defect (fixed)
doesn't work on python 2.3
Reported by: | anonymous | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Component: | WikiGoodiesPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
Tried to use TracWikiGoodies 0.11.0.3dev and got the following.
Error: Macro ShowSmileys(5) failed global name 'sorted' is not defined
Same behavior for ShowEntities and ShowSymbols.
I believe this is because I am running python 2.3.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
(In [3522]) Add missing compatibility import for
sorted
(closes #2924)