Changes between Version 1 and Version 2 of Ticket #10820, comment 5


Ignore:
Timestamp:
Aug 4, 2014, 3:51:59 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10820, comment 5

    v1 v2  
    44{{{#!python
    55try:
    6     from Collections import OrderedDict
     6    from collections import OrderedDict
    77except ImportError:
    88    from wantedpages.compat import OrderedDict