am 481c4e65: fix python syntax error

Merge commit '481c4e650fe6cdb9c63ad04b35d221a2856ca48d' into eclair-plus-aosp

* commit '481c4e650fe6cdb9c63ad04b35d221a2856ca48d':
  fix python syntax error
This commit is contained in:
Doug Zongker
2009-09-28 10:20:34 -07:00
committed by Android Git Automerger

View File

@@ -517,7 +517,7 @@ def ComputeDifferences(diffs):
print "%8.2f sec %8d / %8d bytes (%6.2f%%) %s" % ( print "%8.2f sec %8d / %8d bytes (%6.2f%%) %s" % (
dur, len(patch), tf.size, 100.0 * len(patch) / tf.size, name) dur, len(patch), tf.size, 100.0 * len(patch) / tf.size, name)
lock.release() lock.release()
except e: except Exception, e:
print e print e
raise raise