Mercurial > public > mercurial-scm > hg-stable
diff mercurial/hgweb/hgweb_mod.py @ 7873:4a4c7f6a5912
cleanup: drop unused imports
author | Peter Arrenbrecht <peter.arrenbrecht@gmail.com> |
---|---|
date | Mon, 23 Mar 2009 13:12:07 +0100 |
parents | b5ed0ab8cc74 |
children | de377b1a9a84 |
line wrap: on
line diff
--- a/mercurial/hgweb/hgweb_mod.py Mon Mar 23 13:12:03 2009 +0100 +++ b/mercurial/hgweb/hgweb_mod.py Mon Mar 23 13:12:07 2009 +0100 @@ -6,8 +6,7 @@ # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference. -import os, mimetypes -from mercurial.node import hex, nullid +import os from mercurial import ui, hg, util, hook, error from mercurial import templater, templatefilters from common import get_mtime, style_map, ErrorResponse