diff python/libs/compiler/core/__init__.py @ 72:b01311fb3be7

Refinements to clean up
author windel
date Sat, 10 Nov 2012 11:26:50 +0100
parents 5351594349b0
children
line wrap: on
line diff
--- a/python/libs/compiler/core/__init__.py	Fri Nov 02 14:05:00 2012 +0100
+++ b/python/libs/compiler/core/__init__.py	Sat Nov 10 11:26:50 2012 +0100
@@ -2,4 +2,5 @@
 from .function import *
 from .value import *
 from .bitreader import BitReader
+from .errors import CompilerException