Mercurial > public > mercurial-scm > hg-stable
diff mercurial/hgweb/common.py @ 3877:abaee83ce0a6
Replace demandload with new demandimport
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 13 Dec 2006 13:27:09 -0600 |
parents | c0b449154a90 |
children | 5ae460b1f6f0 |
line wrap: on
line diff
--- a/mercurial/hgweb/common.py Tue Dec 12 18:16:23 2006 -0600 +++ b/mercurial/hgweb/common.py Wed Dec 13 13:27:09 2006 -0600 @@ -7,7 +7,6 @@ # of the GNU General Public License, incorporated herein by reference. import os, mimetypes -import os.path def get_mtime(repo_path): store_path = os.path.join(repo_path, ".hg")