diff roundup/anypy/__init__.py @ 4982:9ba03348f923

Remove roundup/anypy/hashlib_.py The hashlib_ module was being used to provide backwards compatibility for python v2.4. Roundup has dropped support for python v2.4 so we can get rid of it.
author John Kristensen <john@jerrykan.com>
date Fri, 09 May 2014 17:32:44 +1000
parents eddb82d0964c
children 868db43b302a
line wrap: on
line diff
--- a/roundup/anypy/__init__.py	Sun May 11 01:05:58 2014 +1000
+++ b/roundup/anypy/__init__.py	Fri May 09 17:32:44 2014 +1000
@@ -3,5 +3,5 @@
 """
 VERSION = '.'.join(map(str,
                        (0,
-                        1,  # hashlib_, sets_
+                        2,  # set_
                         )))

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