~maas-committers/maas/trunk

1809.1.1 by jtv at canonical
Update copyright dates on template files. Annual chore.
1
# Copyright 2014 Canonical Ltd.  This software is licensed under the
16.3.7 by Gavin Panella
Templates for tests and modules.
2
# GNU Affero General Public License version 3 (see the file LICENSE).
3
757.1.1 by Jeroen Vermeulen
Use TODO markers in templates.
4
# TODO: Description here.
40.1.1 by Gavin Panella
Move docstrings to the top.
5
"""..."""
6
25.1.2 by Gavin Panella
Use unicode_literals everywhere.
7
from __future__ import (
467.2.2 by Gavin Panella
Update all __future__ imports.
8
    absolute_import,
25.1.2 by Gavin Panella
Use unicode_literals everywhere.
9
    print_function,
10
    unicode_literals,
11
    )
23.1.1 by Gavin Panella
Put __future__ stuff right at the top of the templates.
12
1640.1.9 by Gavin Panella
Alias str to None instead of unicode.
13
str = None
1640.1.1 by Gavin Panella
Alias str to unicode everywhere.
14
16.3.7 by Gavin Panella
Templates for tests and modules.
15
__metaclass__ = type
16
__all__ = []