diff options
| author | Barry Warsaw | 2015-12-29 17:23:54 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2015-12-29 17:23:54 -0500 |
| commit | 1602cecded07961585838a31758147e76584e957 (patch) | |
| tree | 4e55d423f88424edabfc52eaa8c17357d57b296e /src/mailman/utilities/modules.py | |
| parent | 39fd2905cc34221ca2907f14f3f018190a3f62c5 (diff) | |
| download | mailman-1602cecded07961585838a31758147e76584e957.tar.gz mailman-1602cecded07961585838a31758147e76584e957.tar.zst mailman-1602cecded07961585838a31758147e76584e957.zip | |
Diffstat (limited to 'src/mailman/utilities/modules.py')
| -rw-r--r-- | src/mailman/utilities/modules.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/utilities/modules.py b/src/mailman/utilities/modules.py index 7fb695afe..35b9a752b 100644 --- a/src/mailman/utilities/modules.py +++ b/src/mailman/utilities/modules.py @@ -78,7 +78,7 @@ def scan_module(module, interface): for name in module.__all__: component = getattr(module, name, missing) assert component is not missing, ( - '%s has bad __all__: %s' % (module, name)) + '%s has bad __all__: %s' % (module, name)) # pragma: no cover if interface.implementedBy(component): yield component |
