mercurial/hgweb/common.py
changeset 3877 abaee83ce0a6
parent 3853 c0b449154a90
child 4038 5ae460b1f6f0
--- 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")