diff test/test_hyperdbvals.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 2ba982dcdf2c
children 364c54991861
line wrap: on
line diff
--- a/test/test_hyperdbvals.py	Sun May 11 01:05:58 2014 +1000
+++ b/test/test_hyperdbvals.py	Fri May 09 17:32:44 2014 +1000
@@ -9,7 +9,7 @@
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 import unittest, os, shutil, errno, sys, difflib, cgi, re
-from roundup.anypy.hashlib_ import sha1
+from hashlib import sha1
 
 from roundup import init, instance, password, hyperdb, date
 

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