diff options
Diffstat (limited to 'mailman/database/message.py')
| -rw-r--r-- | mailman/database/message.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mailman/database/message.py b/mailman/database/message.py index c7ec6bcf6..e77e11429 100644 --- a/mailman/database/message.py +++ b/mailman/database/message.py @@ -15,6 +15,11 @@ # 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 for messages.""" + + +from __future__ import absolute_import, unicode_literals + __metaclass__ = type __all__ = [ 'Message', |
