i'm not sure what this is.
authorStephen Soltesz <soltesz@cs.princeton.edu>
Wed, 12 Nov 2008 19:17:24 +0000 (19:17 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Wed, 12 Nov 2008 19:17:24 +0000 (19:17 +0000)
status.py [deleted file]

diff --git a/status.py b/status.py
deleted file mode 100644 (file)
index 7754bc0..0000000
--- a/status.py
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# Copyright (c) 2004  The Trustees of Princeton University (Trustees).
-#
-# Faiyaz Ahmed <faiyaza@cs.princeton.edu>
-#
-# $Id: $
-#
-
-DOCROOT="/home/faiyaza/public_html/"
-DOC="index.html"
-HEAD="
-class Html:
-       __init__(self,cmn):
-               __self.cmn = cmn
-
-       writeHtml(self):
-               fd = open(DOCROOT + DOC, 'w')
-