Mercurial > public > mercurial-scm > hg-stable
diff mercurial/hgweb/server.py @ 6212:e75aab656f46
Remove unused imports
author | Joel Rosdahl <joel@rosdahl.net> |
---|---|
date | Thu, 06 Mar 2008 22:23:41 +0100 |
parents | f25070ecf334 |
children | fe8dbbe9520d |
line wrap: on
line diff
--- a/mercurial/hgweb/server.py Thu Mar 06 22:23:26 2008 +0100 +++ b/mercurial/hgweb/server.py Thu Mar 06 22:23:41 2008 +0100 @@ -7,7 +7,7 @@ # of the GNU General Public License, incorporated herein by reference. import os, sys, errno, urllib, BaseHTTPServer, socket, SocketServer, traceback -from mercurial import ui, hg, util, templater +from mercurial import hg, util from hgweb_mod import hgweb from hgwebdir_mod import hgwebdir from mercurial.i18n import gettext as _