diff options
Diffstat (limited to 'tests/test_bounces.py')
-rw-r--r-- | tests/test_bounces.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/test_bounces.py b/tests/test_bounces.py index 9a4cba4d..e3b07da0 100644 --- a/tests/test_bounces.py +++ b/tests/test_bounces.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2010 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -21,6 +21,10 @@ import sys import os import unittest import email +try: + from Mailman import __init__ +except ImportError: + import paths from Mailman.Bouncers.BouncerAPI import Stop |