hgwebdir.cgi
changeset 1064 8d791bea49d4
parent 941 4cf418c2a013
child 1144 8a39df05d2c1
--- a/hgwebdir.cgi
+++ b/hgwebdir.cgi
@@ -2,7 +2,7 @@
 #
 # An example CGI script to export multiple hgweb repos, edit as necessary
 
-import cgi, cgitb, os, sys, ConfigParser
+import cgitb, sys
 cgitb.enable()
 
 # sys.path.insert(0, "/path/to/python/lib") # if not a system-wide install