1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
See https://github.com/shlomif/PySolFC/issues/119 .
This commit is contained in:
Shlomi Fish 2019-06-04 22:31:27 +03:00
parent 843d74d90f
commit 86d2e6368f

View file

@ -34,7 +34,7 @@ except ImportError:
"You need to install " +
"https://pypi.python.org/pypi/random2 using pip or similar.")
from pysol_cards.random import RandomBase # noqa: I100
from pysol_cards.random_base import RandomBase # noqa: I100
# ************************************************************************