diff options
Diffstat (limited to 'src/mailman/interfaces/database.py')
| -rw-r--r-- | src/mailman/interfaces/database.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mailman/interfaces/database.py b/src/mailman/interfaces/database.py index 42a0b2e34..7f04be5de 100644 --- a/src/mailman/interfaces/database.py +++ b/src/mailman/interfaces/database.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2010 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2011 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # @@ -26,7 +26,8 @@ __all__ = [ 'SchemaVersionMismatchError', ] -from zope.interface import Interface, Attribute + +from zope.interface import Interface from mailman.interfaces.errors import MailmanError from mailman.version import DATABASE_SCHEMA_VERSION |
