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:
parent
1184ae38fb
commit
8fe6098b64
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue