From 1ad3e85dcd699dca7487d80da5b3e3e735f0d2fe Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Tue, 2 Aug 2022 09:57:53 +0200 Subject: Missing import --- tests/test_mixins.py | 1 + 1 file changed, 1 insertion(+) 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): -- cgit v1.2.3