diff python/ppci/__init__.py @ 152:b73bc14a3aa3

Light coupling ide and c3 frontend
author Windel Bouwman
date Sat, 02 Mar 2013 09:56:12 +0100
parents f2d980eef509
children 6b2bec5653f1
line wrap: on
line diff
--- a/python/ppci/__init__.py	Fri Mar 01 17:13:56 2013 +0100
+++ b/python/ppci/__init__.py	Sat Mar 02 09:56:12 2013 +0100
@@ -9,3 +9,7 @@
    print("Needs to be run in python version 3.x")
    sys.exit(1)
 
+from .common import SourceLocation, SourceRange
+from .errors import CompilerError, DiagnosticsManager
+from .errors import printError
+