mercurial/hgweb/request.py
changeset 3963 ba45041827a2
parent 3877 abaee83ce0a6
child 4250 ca639faa38a2
--- a/mercurial/hgweb/request.py	Sun Dec 24 22:55:34 2006 +0100
+++ b/mercurial/hgweb/request.py	Mon Dec 25 13:37:00 2006 +0100
@@ -6,7 +6,7 @@
 # This software may be used and distributed according to the terms
 # of the GNU General Public License, incorporated herein by reference.
 
-import socket, sys, cgi, os, errno
+import socket, cgi, errno
 from mercurial.i18n import gettext as _
 
 class wsgiapplication(object):