diff python/ppci/__init__.py @ 191:6b2bec5653f1

Added assembler testset
author Windel Bouwman
date Sun, 26 May 2013 15:28:07 +0200
parents b73bc14a3aa3
children 534b94b40aa8
line wrap: on
line diff
--- a/python/ppci/__init__.py	Sat May 25 15:15:42 2013 +0200
+++ b/python/ppci/__init__.py	Sun May 26 15:28:07 2013 +0200
@@ -9,7 +9,7 @@
    print("Needs to be run in python version 3.x")
    sys.exit(1)
 
-from .common import SourceLocation, SourceRange
+from .common import SourceLocation, SourceRange, Token
 from .errors import CompilerError, DiagnosticsManager
 from .errors import printError