Mercurial > p > roundup > code
comparison roundup/hyperdb.py @ 4995:0a05c4d9a221
Remove reversed/sorted from roundup.support
These shims were providing support for python v2.4, but Roundup no
longer supports v2.4 so we can safely remove them.
| author | John Kristensen <john@jerrykan.com> |
|---|---|
| date | Fri, 09 May 2014 23:50:52 +1000 |
| parents | adb8b787e157 |
| children | 9792b18e0b19 |
comparison
equal
deleted
inserted
replaced
| 4994:868db43b302a | 4995:0a05c4d9a221 |
|---|---|
| 23 # standard python modules | 23 # standard python modules |
| 24 import os, re, shutil, weakref | 24 import os, re, shutil, weakref |
| 25 | 25 |
| 26 # roundup modules | 26 # roundup modules |
| 27 import date, password | 27 import date, password |
| 28 from support import ensureParentsExist, PrioList, sorted, reversed | 28 from support import ensureParentsExist, PrioList |
| 29 from roundup.i18n import _ | 29 from roundup.i18n import _ |
| 30 | 30 |
| 31 # | 31 # |
| 32 # Types | 32 # Types |
| 33 # | 33 # |
