summaryrefslogtreecommitdiff
path: root/mailman/bin/testall.py
diff options
context:
space:
mode:
authorBarry Warsaw2008-07-03 15:32:25 -0400
committerBarry Warsaw2008-07-03 15:32:25 -0400
commit408043ad8404798e9b8b93a1ee1cd81db897639c (patch)
tree7002f8465007663a700d281aaed8cc701a50cabf /mailman/bin/testall.py
parented752bbc1cb7731ce0eebb8cd7301d0322b9ef49 (diff)
downloadmailman-408043ad8404798e9b8b93a1ee1cd81db897639c.tar.gz
mailman-408043ad8404798e9b8b93a1ee1cd81db897639c.tar.zst
mailman-408043ad8404798e9b8b93a1ee1cd81db897639c.zip
Diffstat (limited to 'mailman/bin/testall.py')
-rw-r--r--mailman/bin/testall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailman/bin/testall.py b/mailman/bin/testall.py
index e4e2cc140..e7b3c445b 100644
--- a/mailman/bin/testall.py
+++ b/mailman/bin/testall.py
@@ -198,7 +198,7 @@ def main():
enable_logging_cfg = True
cfg_in = pkg_resources.resource_string(
- 'mailman.tests', 'testing.cfg.in')
+ 'mailman.testing', 'testing.cfg.in')
fd, cfg_out = tempfile.mkstemp(suffix='.cfg')
os.close(fd)
with open(cfg_out, 'w') as fp: