diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-08-02 09:57:53 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-08-02 09:57:53 +0200 |
commit | 1ad3e85dcd699dca7487d80da5b3e3e735f0d2fe (patch) | |
tree | 51474c767f8e0207c525f16b2143ba5859878cb7 /tests | |
parent | 5c71e321b4d168444721cced85e7a86c9bacb5ad (diff) |
Missing import
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_mixins.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_mixins.py b/tests/test_mixins.py index 44ae165..0133f43 100644 --- a/tests/test_mixins.py +++ b/tests/test_mixins.py @@ -2,6 +2,7 @@ import tempfile import unittest import hazwaz +import hazwaz.unittest class testEditorMixin(unittest.TestCase): |