mercurial/hgweb/server.py
changeset 6212 e75aab656f46
parent 5970 f25070ecf334
child 6217 fe8dbbe9520d
--- 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 _