| 1 |
– |
#!/usr/bin/python |
| 1 |
|
# |
| 2 |
|
# i-scream central monitoring system |
| 3 |
|
# http://www.i-scream.org |
| 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>... |
| 24 |
|
""" |
| 25 |
|
|
| 26 |
|
__version__ = "$Revision$" |
| 27 |
+ |
# $Id$ |
| 28 |
|
# $Source$ |
| 29 |
|
|
| 30 |
|
#---IMPORTS--- |
| 39 |
|
|
| 40 |
|
#---CONSTRUCTORS--- |
| 41 |
|
|
| 42 |
< |
__init__(self): |
| 42 |
> |
def __init__(self): |
| 43 |
|
pass |
| 44 |
|
|
| 45 |
|
#---PUBLIC METHODS--- |
| 58 |
|
|
| 59 |
|
#---MODULE INSTANTIATION/TESTING--- |
| 60 |
|
|
| 61 |
< |
def main: |
| 61 |
> |
def main(): |
| 62 |
|
"""Main one line description... |
| 63 |
|
<detail> |
| 64 |
|
""" |