diff -r 1e0b94cfba0e -r abaee83ce0a6 mercurial/hgweb/common.py --- 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")