Merge fix?

This commit is contained in:
Jim Miller 2018-08-03 09:59:36 -05:00
commit 723298016d

View file

@ -40,7 +40,7 @@ else: # > 3.0
def pickle_load(f):
return pickle.load(f,encoding="bytes")
version="2.28.0"
version="2.37.0"
os.environ['CURRENT_VERSION_ID']=version
if sys.version_info >= (2, 7):