diff -r 2d60aa9bde0a -r 9ff5a78d0c45 mercurial/hgweb.py --- 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":