diff options
Diffstat (limited to 'src/mailman_pgp/styles/tests/test_base.py')
| -rw-r--r-- | src/mailman_pgp/styles/tests/test_base.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mailman_pgp/styles/tests/test_base.py b/src/mailman_pgp/styles/tests/test_base.py index 50d9981..8db9bf8 100644 --- a/src/mailman_pgp/styles/tests/test_base.py +++ b/src/mailman_pgp/styles/tests/test_base.py @@ -14,7 +14,8 @@ # # You should have received a copy of the GNU General Public License along with # this program. If not, see <http://www.gnu.org/licenses/>. -from unittest import TestCase + +import unittest from mailman.app.lifecycle import create_list @@ -24,7 +25,7 @@ from mailman_pgp.testing.config import patch_config from mailman_pgp.testing.layers import PGPConfigLayer -class TestBaseStyle(TestCase): +class TestBaseStyle(unittest.TestCase): layer = PGPConfigLayer def test_apply(self): |
