diff options
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): | 
