chiark / gitweb /
I'm sure I've done something since I remembered to commit...
[familyTree.git] / cgiFiles / listChildCount.py
index 689a5a696841f7e6d8a88b9e0bafe7eadd64c7b5..328576b232171374c8856ffeecf0320c8921a53c 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 
 import cgi
-import cgitb
+#import cgitb
 import sys
 import re
 sys.path.append('/home/naath/familyTreeProject/familyTree')
@@ -31,4 +31,4 @@ else:
                 everyPage.good(printMe)
 
 
-everyPage.bottom(conn)
+everyPage.bottom()