view python/tests/ppcitest.py @ 123:9f1094b1587a

Cleanup
author Windel Bouwman
date Sat, 12 Jan 2013 12:52:18 +0100
parents fe145e42259d
children
line wrap: on
line source

from core import BitReader

with open('main.s.bc', 'rb') as f:
   br = BitReader(f)
   br.parseModule()
   print(br)