summaryrefslogtreecommitdiff
path: root/Mailman/BDBMemberAdaptor.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/BDBMemberAdaptor.py')
-rw-r--r--Mailman/BDBMemberAdaptor.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Mailman/BDBMemberAdaptor.py b/Mailman/BDBMemberAdaptor.py
index 75424aba2..4cd8eaf30 100644
--- a/Mailman/BDBMemberAdaptor.py
+++ b/Mailman/BDBMemberAdaptor.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003 by the Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 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
@@ -45,7 +45,6 @@ from Mailman import Utils
from Mailman import Errors
from Mailman import MemberAdaptor
from Mailman.MailList import MailList
-from Mailman.Logging.Syslog import syslog
STORAGE_VERSION = 'BA01'
FMT = '>BHB'