changes for 3.0
[monitor.git] / status.py
1 #
2 # Copyright (c) 2004  The Trustees of Princeton University (Trustees).
3 #
4 # Faiyaz Ahmed <faiyaza@cs.princeton.edu>
5 #
6 # $Id: $
7 #
8
9 DOCROOT="/home/faiyaza/public_html/"
10 DOC="index.html"
11 HEAD="
12 class Html:
13         __init__(self,cmn):
14                 __self.cmn = cmn
15
16         writeHtml(self):
17                 fd = open(DOCROOT + DOC, 'w')
18