diff options
Diffstat (limited to 'src/mailman_pgp/config/tests/test_converter.py')
| -rw-r--r-- | src/mailman_pgp/config/tests/test_converter.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman_pgp/config/tests/test_converter.py b/src/mailman_pgp/config/tests/test_converter.py index 842ccc4..551be16 100644 --- a/src/mailman_pgp/config/tests/test_converter.py +++ b/src/mailman_pgp/config/tests/test_converter.py @@ -16,14 +16,14 @@ # this program. If not, see <http://www.gnu.org/licenses/>. """""" -from unittest import TestCase +import unittest from mailman_pgp.config.config import Config from mailman_pgp.config.converter import ConfigConverter from mailman_pgp.testing.layers import PGPLayer -class TestConverter(TestCase): +class TestConverter(unittest.TestCase): layer = PGPLayer def test_builtins(self): |
