From 8fe6098b64174af8245554e75e30ab5868f9ddc0 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Tue, 4 Jun 2019 21:35:04 +0300 Subject: [PATCH] fix the py2 tests / code: https://github.com/shlomif/PySolFC/issues/119 --- pysollib/pysolrandom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysollib/pysolrandom.py b/pysollib/pysolrandom.py index 4c733394..cd6a1206 100644 --- a/pysollib/pysolrandom.py +++ b/pysollib/pysolrandom.py @@ -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