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.3 by tdb, Tue Nov 18 23:54:05 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>...
# Line 38 | Line 38 | class TemplateClass:
38  
39   #---CONSTRUCTORS---
40      
41 <    __init__(self):
41 >    def __init__(self):
42          pass
43  
44   #---PUBLIC METHODS---
# Line 57 | Line 57 | class TemplateClass:
57  
58   #---MODULE INSTANTIATION/TESTING---
59  
60 < def main:
60 > def main():
61      """Main one line description...
62      <detail>
63      """

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines