1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

fix the py2 tests / code:

https://github.com/shlomif/PySolFC/issues/119
This commit is contained in:
Shlomi Fish 2019-06-04 21:35:04 +03:00
parent 1184ae38fb
commit 8fe6098b64

View file

@ -42,7 +42,7 @@ except ImportError:
# ************************************************************************
class BasicRandom:
class BasicRandom(object):
# MAX_SEED = 0L
# MAX_SEED = 0xffffffffffffffffL # 64 bits
MAX_SEED = int('100000000000000000000') # 20 digits