Mercurial > hg-stable
changeset 1099:0cb9c72b6c03
Minor import fixups
author | mpm@selenic.com |
---|---|
date | Sat, 27 Aug 2005 15:19:36 -0700 |
parents | 50a0a36dd48a |
children | d6b6a15cc7c6 |
files | mercurial/hgweb.py mercurial/revlog.py |
diffstat | 2 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/hgweb.py Sat Aug 27 15:13:52 2005 -0700 +++ b/mercurial/hgweb.py Sat Aug 27 15:19:36 2005 -0700 @@ -6,9 +6,10 @@ # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference. -import os, cgi, time, re, difflib, socket, sys, zlib -from mercurial.hg import * -from mercurial.ui import * +import os, cgi, time, re, socket, sys, zlib +from hg import * +from ui import * + def templatepath(): for f in "templates", "../templates":