Mercurial > public > mercurial-scm > hg
diff mercurial/hgweb/webcommands.py @ 7873:4a4c7f6a5912
cleanup: drop unused imports
author | Peter Arrenbrecht <peter.arrenbrecht@gmail.com> |
---|---|
date | Mon, 23 Mar 2009 13:12:07 +0100 |
parents | 06cf09c822c4 |
children | 553aa0cbeab6 |
line wrap: on
line diff
--- a/mercurial/hgweb/webcommands.py Mon Mar 23 13:12:03 2009 +0100 +++ b/mercurial/hgweb/webcommands.py Mon Mar 23 13:12:07 2009 +0100 @@ -8,8 +8,8 @@ import os, mimetypes, re, cgi, copy import webutil from mercurial import error, archival, templatefilters -from mercurial.node import short, hex, nullid -from mercurial.util import binary, datestr +from mercurial.node import short, hex +from mercurial.util import binary from common import paritygen, staticfile, get_contact, ErrorResponse from common import HTTP_OK, HTTP_FORBIDDEN, HTTP_NOT_FOUND from mercurial import graphmod, util