Mercurial > public > mercurial-scm > hg-stable
diff mercurial/pure/parsers.py @ 14064:e4bfb9c337f3
remove unused imports and variables
author | Alexander Solovyov <alexander@solovyov.net> |
---|---|
date | Sat, 30 Apr 2011 13:59:14 +0200 |
parents | 90d7ce986565 |
children | 639f26cab2f5 |
line wrap: on
line diff
--- a/mercurial/pure/parsers.py Sat Apr 30 07:30:38 2011 -0500 +++ b/mercurial/pure/parsers.py Sat Apr 30 13:59:14 2011 +0200 @@ -5,7 +5,7 @@ # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version. -from mercurial.node import bin, nullid, nullrev +from mercurial.node import bin, nullid from mercurial import util import struct, zlib