diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2021-12-23 15:03:49 +0100 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2021-12-23 23:15:21 +0100 |
commit | 1be5c49ae402b768f9206724abdd503c18933ae1 (patch) | |
tree | 75af089c70640cc3a7a71fc7985741f2312ee262 /tests | |
parent | ed632138cfda065d20d91f93cd711617e921ff75 (diff) |
Use __main__.py instead of SwiftStory.py
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_swiftstory.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |