Jeff Hammel
Results
1
comments of
Jeff Hammel
trafficstars
I've also added a commit that imports the sha function from the sha module for the legacy case: try: from hashlib import sha1 sha = sha1 except ImportError: # hashlib...