ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/TemplateModule.py
(Generate patch)

Comparing projects/cms/source/TemplateModule.py (file contents):
Revision 1.2 by ajm, Tue Nov 18 23:43:18 2003 UTC vs.
Revision 1.5 by ajm, Wed Nov 19 00:09:09 2003 UTC

# Line 23 | Line 23
23  
24   """
25  
26 < __version__ = "$Revision$"
26 > # $Id$
27   # $Source$
28 + __version__ = "$Revision$"
29  
30   #---IMPORTS---
31  
# Line 38 | Line 39 | class TemplateClass:
39  
40   #---CONSTRUCTORS---
41      
42 <    __init__(self):
42 >    def __init__(self):
43          pass
44  
45   #---PUBLIC METHODS---
# Line 57 | Line 58 | class TemplateClass:
58  
59   #---MODULE INSTANTIATION/TESTING---
60  
61 < def main:
61 > def main():
62      """Main one line description...
63      <detail>
64      """

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines