diff --git a/pysollib/game/dump.py b/pysollib/game/dump.py index e8196669..2cc1cda6 100644 --- a/pysollib/game/dump.py +++ b/pysollib/game/dump.py @@ -16,6 +16,7 @@ # along with this program. If not, see . # from pysol_cards.random import random__str2int + from pysollib.settings import PACKAGE from pysollib.settings import VERSION, VERSION_TUPLE diff --git a/tests/lib/pysol_tests/ms_deals1/__init__.py b/tests/lib/pysol_tests/ms_deals1/__init__.py index fa2bd109..e4417493 100644 --- a/tests/lib/pysol_tests/ms_deals1/__init__.py +++ b/tests/lib/pysol_tests/ms_deals1/__init__.py @@ -55,8 +55,8 @@ import unittest from pysol_cards.cards import CardRenderer from pysol_cards.deal_game import Game -from pysol_cards.random_base import RandomBase from pysol_cards.random import random__int2str, random__str2int +from pysol_cards.random_base import RandomBase # So the localpaths will be overrided. from pysollib.pysolrandom import constructRandom