diff paraspace/dex_deptracker.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 b9688a3badaa
children 650244dcdd82
line wrap: on
line diff
--- a/paraspace/dex_deptracker.py	Sun Aug 07 23:02:08 2011 +0800
+++ b/paraspace/dex_deptracker.py	Mon Aug 08 17:26:05 2011 +0800
@@ -939,6 +939,9 @@
     
     _sync_dex_maps(dex)
     _sync_dex_header(dex)
+    
+    dex.make_signature()
+    dex.make_checksum()
     pass