diff mercurial/hgweb/request.py @ 3963:ba45041827a2

remove various unused import
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Mon, 25 Dec 2006 13:37:00 +0100
parents abaee83ce0a6
children ca639faa38a2
line wrap: on
line diff
--- a/mercurial/hgweb/request.py
+++ b/mercurial/hgweb/request.py
@@ -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):