diff options
Diffstat (limited to 'src/mailman/commands/tests/test_conf.py')
| -rw-r--r-- | src/mailman/commands/tests/test_conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/commands/tests/test_conf.py b/src/mailman/commands/tests/test_conf.py index 972148cc2..5ff93895d 100644 --- a/src/mailman/commands/tests/test_conf.py +++ b/src/mailman/commands/tests/test_conf.py @@ -28,9 +28,9 @@ import mock import tempfile import unittest +from io import StringIO from mailman.commands.cli_conf import Conf from mailman.testing.layers import ConfigLayer -from six import StringIO |
