summaryrefslogtreecommitdiff
path: root/mailman/database/version.py
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/database/version.py')
-rw-r--r--mailman/database/version.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/mailman/database/version.py b/mailman/database/version.py
index 519c5438c..d15065395 100644
--- a/mailman/database/version.py
+++ b/mailman/database/version.py
@@ -15,6 +15,10 @@
# You should have received a copy of the GNU General Public License along with
# GNU Mailman. If not, see <http://www.gnu.org/licenses/>.
+"""Model class for version numbers."""
+
+from __future__ import absolute_import, unicode_literals
+
__metaclass__ = type
__all__ = [
'Version',