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.1 by ajm, Tue Nov 18 23:33:49 2003 UTC vs.
Revision 1.5 by ajm, Wed Nov 19 00:09:09 2003 UTC

# Line 1 | Line 1
1 #!/usr/bin/python
1   #
2   # i-scream central monitoring system
3   # http://www.i-scream.org
# Line 17 | Line 16
16   # You should have received a copy of the GNU General Public License
17   # along with this program; if not, write to the Free Software
18   # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
19 + #
20  
21   """Module one line description...
22   <detail>...
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