comparison python/tests/ppcitest.py @ 100:fe145e42259d

Fixes after movage
author windel
date Mon, 24 Dec 2012 16:35:22 +0100
parents python/ppci/test.py@a350055d6119
children
comparison
equal deleted inserted replaced
99:6efbeb903777 100:fe145e42259d
1
2 from core import BitReader
3
4 with open('main.s.bc', 'rb') as f:
5 br = BitReader(f)
6 br.parseModule()
7 print(br)
8