diff --git a/hgwebdir.cgi b/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