mercurial/pure/parsers.py
changeset 7873 4a4c7f6a5912
parent 7700 f410c552fa15
child 7945 94d7e14cfa42
--- a/mercurial/pure/parsers.py	Mon Mar 23 13:12:03 2009 +0100
+++ b/mercurial/pure/parsers.py	Mon Mar 23 13:12:07 2009 +0100
@@ -5,7 +5,7 @@
 # This software may be used and distributed according to the terms
 # of the GNU General Public License, incorporated herein by reference.
 
-from node import bin, hex, nullid, nullrev
+from node import bin, nullid, nullrev
 import revlog, dirstate, struct, util, zlib
 
 _pack = struct.pack