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