summaryrefslogtreecommitdiff
path: root/src/mailman/database/model.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/database/model.py')
-rw-r--r--src/mailman/database/model.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mailman/database/model.py b/src/mailman/database/model.py
index a6056bf63..8dad6f0cf 100644
--- a/src/mailman/database/model.py
+++ b/src/mailman/database/model.py
@@ -17,9 +17,6 @@
"""Base class for all database classes."""
-from __future__ import absolute_import, print_function, unicode_literals
-
-__metaclass__ = type
__all__ = [
'Model',
]