diff -r 1e0b94cfba0e -r abaee83ce0a6 mercurial/node.py --- a/mercurial/node.py Tue Dec 12 18:16:23 2006 -0600 +++ b/mercurial/node.py Wed Dec 13 13:27:09 2006 -0600 @@ -7,8 +7,7 @@ of the GNU General Public License, incorporated herein by reference. """ -from demandload import demandload -demandload(globals(), "binascii") +import binascii nullrev = -1 nullid = "\0" * 20