Henrik Levkowetz
|
726fcbf27d
|
Removed all __future__ imports.
- Legacy-Id: 17391
|
2020-03-05 23:53:42 +00:00 |
|
Henrik Levkowetz
|
2d7c9629aa
|
Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3
- Legacy-Id: 16446
|
2019-07-15 15:40:51 +00:00 |
|
Henrik Levkowetz
|
d7f5c84182
|
Initial 2to3 patch with added copyright statement updates.
- Legacy-Id: 16309
|
2019-06-27 14:40:54 +00:00 |
|
Ole Laursen
|
b3823d5768
|
Summary: Fix comment on insert_after_in_ordered_dict
- Legacy-Id: 8897
|
2015-01-22 17:42:52 +00:00 |
|
Ole Laursen
|
8e4459ad59
|
Summary: Add helper for inserting a value after another value in an
OrderedDict (or Django's SortedDict)
- Legacy-Id: 8719
|
2014-11-30 14:47:17 +00:00 |
|