diff mercurial/node.py @ 1541:bf4e7ef08741

fixed some stuff pychecker shows, marked unclear/wrong stuff with XXX
author twaldmann@thinkmo.de
date Mon, 14 Nov 2005 03:59:35 +0200
parents d62130f99a73
children
line wrap: on
line diff
--- a/mercurial/node.py	Mon Nov 14 02:30:19 2005 +0200
+++ b/mercurial/node.py	Mon Nov 14 03:59:35 2005 +0200
@@ -7,7 +7,7 @@
 of the GNU General Public License, incorporated herein by reference.
 """
 
-import sha, binascii
+import binascii
 
 nullid = "\0" * 20