comparison python/libs/compiler/core/__init__.py @ 71:5351594349b0

Moved error to core
author windel
date Fri, 02 Nov 2012 14:05:00 +0100
parents 35286e8abd03
children b01311fb3be7
comparison
equal deleted inserted replaced
70:35286e8abd03 71:5351594349b0
1 from instruction import * 1 from .instruction import *
2 from function import * 2 from .function import *
3 from value import * 3 from .value import *
4 from .bitreader import BitReader
4 5