Mercurial > lcfOS
view python/tests/ppcitest.py @ 164:e023d3ce1d63
Fix to loc of assignment
author | Windel Bouwman |
---|---|
date | Mon, 18 Mar 2013 22:15:57 +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)