diff mercurial/node.py @ 1543:93a9298367e0

Merge with Thomas Waldmann
author Thomas Arendsen Hein <thomas@intevation.de>
date Mon, 14 Nov 2005 15:09:34 +0100
parents bf4e7ef08741
children fe1689273f84
line wrap: on
line diff
--- a/mercurial/node.py
+++ b/mercurial/node.py
@@ -7,7 +7,7 @@ This software may be used and distribute
 of the GNU General Public License, incorporated herein by reference.
 """
 
-import sha, binascii
+import binascii
 
 nullid = "\0" * 20