~allenap/maas/dev-services-shutdown

« back to all changes in this revision

Viewing changes to templates/module.py

  • Committer: Gavin Panella
  • Date: 2012-01-18 16:20:05 UTC
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: gavin@gromper.net-20120118162005-w1my47se51tffyi8
Templates for tests and modules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright 2012 Canonical Ltd.  This software is licensed under the
 
2
# GNU Affero General Public License version 3 (see the file LICENSE).
 
3
 
 
4
"""..."""
 
5
 
 
6
from __future__ import print_function
 
7
 
 
8
__metaclass__ = type
 
9
__all__ = []