# | 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 | """ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |