diff options
Diffstat (limited to 'template.py')
| -rw-r--r-- | template.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/template.py b/template.py index 5504d10fd..609e0af95 100644 --- a/template.py +++ b/template.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 by the Free Software Foundation, Inc. +# Copyright (C) 2015 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # @@ -17,8 +17,5 @@ """Module stuff.""" -from __future__ import absolute_import, print_function, unicode_literals - -__metaclass__ = type __all__ = [ ] |
