diff examples/inject_redir.py @ 126:ff6f869273b7

Fix wrong init value for computing checksum
author Thinker K.F. Li <thinker@codemud.net>
date Mon, 08 Aug 2011 17:26:05 +0800
parents 4f508f84c8a1
children b381aa95fbad
line wrap: on
line diff
--- a/examples/inject_redir.py	Sun Aug 07 23:02:08 2011 +0800
+++ b/examples/inject_redir.py	Mon Aug 08 17:26:05 2011 +0800
@@ -52,7 +52,6 @@
                        excludes=injected_typeidxs)
 
 restore_dependencies(dst_linked, decls)
-dst_linked.make_checksum()
 
 restore_raw = dst_linked.to_str()