~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to standard_template.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2004-07-12 17:46:22 UTC
  • mfrom: (unknown (missing))
  • Revision ID: Arch-1:rocketfuel@canonical.com%soyuz--devel--0--patch-26
Updated standard python module template
Patches applied:

 * steve.alexander@canonical.com/soyuz--devel--0--patch-13
   merged from rocketfuel

 * steve.alexander@canonical.com/soyuz--devel--0--patch-14
   Changed stanard python module template to use the full string 'Copyright'

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# (c) Canonical Software Ltd. 2004, all rights reserved.
 
1
# Copyright 2004 Canonical Ltd.  All rights reserved.
2
2
#
3
 
# arch-tag: <generate a tag using uuidgen>
 
3
# arch-tag: <generate_a_tag_using_uuidgen>
4
4
 
5
5
__metaclass__ = type
6
6