diff options
| author | Barry Warsaw | 2016-11-29 18:51:05 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2016-11-29 18:51:05 -0500 |
| commit | fe22ebdb98d125db840c980cbd953a8fbc2e5cdf (patch) | |
| tree | 3673d5edcb84b8ff3a81950e8606491f1132fed3 /src/mailman/utilities/tests/test_modules.py | |
| parent | cb498d3e960af6c741fac9896d8a60bab9f79865 (diff) | |
| download | mailman-fe22ebdb98d125db840c980cbd953a8fbc2e5cdf.tar.gz mailman-fe22ebdb98d125db840c980cbd953a8fbc2e5cdf.tar.zst mailman-fe22ebdb98d125db840c980cbd953a8fbc2e5cdf.zip | |
Diffstat (limited to 'src/mailman/utilities/tests/test_modules.py')
| -rw-r--r-- | src/mailman/utilities/tests/test_modules.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/utilities/tests/test_modules.py b/src/mailman/utilities/tests/test_modules.py index 8e144e60b..d34a99910 100644 --- a/src/mailman/utilities/tests/test_modules.py +++ b/src/mailman/utilities/tests/test_modules.py @@ -67,7 +67,7 @@ class TestModuleImports(unittest.TestCase): Path(init_file).touch() with open(good_file, 'w', encoding='utf-8') as fp: print("""\ -from mailman import public +from public import public from mailman.interfaces.styles import IStyle from zope.interface import implementer @@ -80,7 +80,7 @@ class GoodStyle: """, file=fp) with open(bad_file, 'w', encoding='utf-8') as fp: print("""\ -from mailman import public +from public import public from mailman.interfaces.styles import IStyle from zope.interface import implementer |
