From 834e03c17291ab6f868b39b5f2aaefd153b34860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Sender=C3=A1k?= Date: Sat, 25 Apr 2020 18:27:35 +0200 Subject: [PATCH] main module name change --- tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.py b/tests.py index adedb4b..c3e5b96 100644 --- a/tests.py +++ b/tests.py @@ -1,5 +1,5 @@ import unittest -from game import Stash, cards, Card_colors, Card_values,\ +from bridzik import Stash, cards, Card_colors, Card_values,\ RuleException, BridzikException, Card, Round class StashCase(unittest.TestCase):