mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-02 13:59:02 -04:00
and try again
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import random, string
|
||||
|
||||
import sys
|
||||
if sys.version_info < (2, 5):
|
||||
import sha
|
||||
from sha import sha
|
||||
else:
|
||||
from hashlib import sha1 as sha
|
||||
|
||||
|
||||
Reference in New Issue
Block a user