diff roundup/backends/back_anydbm.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 dfbc0cfa9811
children d5da643b3d25
line wrap: on
line diff
--- a/roundup/backends/back_anydbm.py	Thu May 08 18:44:29 2014 +1000
+++ b/roundup/backends/back_anydbm.py	Fri May 09 23:50:52 2014 +1000
@@ -27,7 +27,6 @@
 from roundup.anypy.dbm_ import anydbm, whichdb, key_in
 
 from roundup import hyperdb, date, password, roundupdb, security, support
-from roundup.support import reversed
 from roundup.backends import locking
 from roundup.i18n import _
 

Roundup Issue Tracker: http://roundup-tracker.org/