summaryrefslogtreecommitdiff
path: root/mailman/database/messagestore.py
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/database/messagestore.py')
-rw-r--r--mailman/database/messagestore.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/mailman/database/messagestore.py b/mailman/database/messagestore.py
index 43cad917f..a784f89cc 100644
--- a/mailman/database/messagestore.py
+++ b/mailman/database/messagestore.py
@@ -15,8 +15,6 @@
# You should have received a copy of the GNU General Public License along with
# GNU Mailman. If not, see <http://www.gnu.org/licenses/>.
-from __future__ import with_statement
-
__metaclass__ = type
__all__ = [
'MessageStore',