diff hgwebdir.cgi @ 1064:8d791bea49d4

Removed obsolete imports from hgwebdir.cgi
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 26 Aug 2005 13:31:40 +0200
parents 4cf418c2a013
children 8a39df05d2c1
line wrap: on
line diff
--- a/hgwebdir.cgi	Fri Aug 26 13:29:52 2005 +0200
+++ b/hgwebdir.cgi	Fri Aug 26 13:31:40 2005 +0200
@@ -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