# HG changeset patch # User Thomas Arendsen Hein # Date 1125055900 -7200 # Node ID 8d791bea49d4ff9e1c4343b2c5e651bf345b73ae # Parent 58eefdfb84728e129ae042cb87ccccd3770143d6 Removed obsolete imports from hgwebdir.cgi diff -r 58eefdfb8472 -r 8d791bea49d4 hgwebdir.cgi --- 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