chiark / gitweb /
I'm sure I've done something since I remembered to commit...
[familyTree.git] / cgiFiles / countNames.py
index efd99b0dd221ea0ebb27ee1f7f7f3e7f7dc04a0c..5a8e9e5ea81ec2be2b6c6dc1c9301287cc4d280a 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')
@@ -21,5 +21,5 @@ else:
         everyPage.good(printMe)
 
 
-everyPage.bottom(conn)
+everyPage.bottom()