Removed obsolete imports from hgwebdir.cgi
authorThomas Arendsen Hein <thomas@intevation.de>
Fri, 26 Aug 2005 13:31:40 +0200
changeset 1064 8d791bea49d4
parent 1063 58eefdfb8472
child 1065 6e94c0365d98
Removed obsolete imports from hgwebdir.cgi
hgwebdir.cgi
--- 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