~bhavesh-goyal093/mailman.client/Tasks-REST

« back to all changes in this revision

Viewing changes to template.py

  • Committer: Florian Fuchs
  • Date: 2015-01-20 20:48:26 UTC
  • mfrom: (59.1.10 bilingual)
  • Revision ID: flo.fuchs@gmail.com-20150120204826-6nigz383gx9d006z
Merged ~barry/mailman.client/bilingual:
  * Added support for Python3.4
  * Use tox and vcrpy for testing

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2010 by the Free Software Foundation, Inc.
 
1
# Copyright (C) 2015 by the Free Software Foundation, Inc.
2
2
#
3
3
# This file is part of mailman.client.
4
4
#
16
16
 
17
17
"""Module contents."""
18
18
 
19
 
from __future__ import absolute_import, unicode_literals
 
19
from __future__ import absolute_import, print_function, unicode_literals
20
20
 
21
21
__metaclass__ = type
22
22
__all__ = [