Mercurial > lcfOS
view python/tests/ppcitest.py @ 145:c101826ffe2b
Fixed scrollbar width
author | Windel Bouwman |
---|---|
date | Fri, 22 Feb 2013 10:03:12 +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)