mercurial/hgweb.py
changeset 215 9ff5a78d0c45
parent 201 f918a6fa2572
child 222 87484f627422
--- a/mercurial/hgweb.py	Wed Jun 01 13:04:13 2005 -0800
+++ b/mercurial/hgweb.py	Wed Jun 01 14:59:36 2005 -0800
@@ -12,6 +12,7 @@
 
 import os, cgi, time, re, difflib, sys, zlib
 from mercurial.hg import *
+from mercurial.ui import *
 
 def templatepath():
     for f in "templates", "../templates":