Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 4981:7f8f27ce1a06 | 4982:9ba03348f923 |
|---|---|
| 1 """ | 1 """ |
| 2 roundup.anypy - compatibility layer for any Python 2.3+ | 2 roundup.anypy - compatibility layer for any Python 2.3+ |
| 3 """ | 3 """ |
| 4 VERSION = '.'.join(map(str, | 4 VERSION = '.'.join(map(str, |
| 5 (0, | 5 (0, |
| 6 1, # hashlib_, sets_ | 6 2, # set_ |
| 7 ))) | 7 ))) |
