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

fix flake8 tests

This commit is contained in:
Shlomi Fish 2020-06-12 07:07:31 +03:00
parent 478fa82e86
commit 408a8fbb08
2 changed files with 2 additions and 1 deletions

View file

@ -16,6 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
from pysol_cards.random import random__str2int
from pysollib.settings import PACKAGE
from pysollib.settings import VERSION, VERSION_TUPLE

View file

@ -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