version 0.9

This commit is contained in:
NIIBE Yutaka
2011-02-01 15:25:36 +09:00
parent 1180a22d66
commit 98048620ec
6 changed files with 48 additions and 7 deletions

View File

@@ -232,7 +232,7 @@ def main(filename):
if icc.icc_get_status() == 2:
raise ValueError, "No ICC present"
elif icc.icc_get_status() == 1:
print icc.icc_power_on()
icc.icc_power_on()
icc.cmd_verify(3, "12345678")
icc.cmd_update_binary(0, data)
icc.cmd_select_openpgp()