diff options
Diffstat (limited to 'mailman/database/requests.py')
| -rw-r--r-- | mailman/database/requests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mailman/database/requests.py b/mailman/database/requests.py index 963d34cc4..addaf08eb 100644 --- a/mailman/database/requests.py +++ b/mailman/database/requests.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # @@ -21,7 +21,7 @@ from datetime import timedelta from storm.locals import * from zope.interface import implements -from mailman.configuration import config +from mailman.config import config from mailman.database.model import Model from mailman.database.types import Enum from mailman.interfaces import IListRequests, IPendable, IRequests, RequestType |
