Mercurial > public > mercurial-scm > hg-stable
diff mercurial/revlog.py @ 6212:e75aab656f46
Remove unused imports
author | Joel Rosdahl <joel@rosdahl.net> |
---|---|
date | Thu, 06 Mar 2008 22:23:41 +0100 |
parents | f89fd07fc51d |
children | c0c4c7b1e8d3 |
line wrap: on
line diff
--- a/mercurial/revlog.py Thu Mar 06 22:23:26 2008 +0100 +++ b/mercurial/revlog.py Thu Mar 06 22:23:41 2008 +0100 @@ -12,7 +12,7 @@ from node import bin, hex, nullid, nullrev, short from i18n import _ -import binascii, changegroup, errno, ancestor, mdiff, os +import changegroup, errno, ancestor, mdiff import sha, struct, util, zlib _pack = struct.pack