~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-06-28 18:44:04 UTC
  • mfrom: (unknown (missing))
  • Revision ID: Arch-1:rocketfuel@canonical.com%soyuz--devel--0--patch-9
Make soyuz a working web application, add a very minimal rosetta with replaceable stubs.
Patches applied:

 * steve.alexander@canonical.com/soyuz--devel--0--patch-2
   Added a standard template for python files.  Customized the http server so that the zodb isn't involved at all

Show diffs side-by-side

added added

removed removed

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