changeset 3877 | abaee83ce0a6 |
parent 3673 | eb0b4a2d70a9 |
child 3963 | ba45041827a2 |
--- a/mercurial/hgweb/request.py Tue Dec 12 18:16:23 2006 -0600 +++ b/mercurial/hgweb/request.py Wed Dec 13 13:27:09 2006 -0600 @@ -6,8 +6,7 @@ # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference. -from mercurial.demandload import demandload -demandload(globals(), "socket sys cgi os errno") +import socket, sys, cgi, os, errno from mercurial.i18n import gettext as _ class wsgiapplication(object):