summaryrefslogtreecommitdiff
path: root/src/mailman/tests/test_bounces.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/tests/test_bounces.py')
-rw-r--r--src/mailman/tests/test_bounces.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mailman/tests/test_bounces.py b/src/mailman/tests/test_bounces.py
index 90387315f..ac52d077c 100644
--- a/src/mailman/tests/test_bounces.py
+++ b/src/mailman/tests/test_bounces.py
@@ -173,9 +173,8 @@ class BounceTest(unittest.TestCase):
def test_bounce(self):
for modname, filename, addrs in self.DATA:
- module = 'mailman.Bouncers.' + modname
+ module = 'mailman.bouncers.' + modname
__import__(module)
- # XXX Convert this tousing package resources
msg = self._getmsg(filename)
foundaddrs = sys.modules[module].process(msg)
# Some modules return None instead of [] for failure