From 1be5c49ae402b768f9206724abdd503c18933ae1 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Thu, 23 Dec 2021 15:03:49 +0100 Subject: Use __main__.py instead of SwiftStory.py Signed-off-by: Olivier Gayot --- tests/test_swiftstory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_swiftstory.py b/tests/test_swiftstory.py index ff6d71d..5c1c2bc 100644 --- a/tests/test_swiftstory.py +++ b/tests/test_swiftstory.py @@ -1,6 +1,6 @@ import unittest -import swiftstory.SwiftStory as SwiftStory +import swiftstory.__main__ as SwiftStory from swiftstory.Status import error -- cgit v1.2.3