diff python/c3/__init__.py @ 215:c1ccb1cb4cef

Major changes in c3 frontend
author Windel Bouwman
date Fri, 05 Jul 2013 13:00:03 +0200
parents de3a68f677a5
children 1c7c1e619be8
line wrap: on
line diff
--- a/python/c3/__init__.py	Fri Jul 05 11:18:58 2013 +0200
+++ b/python/c3/__init__.py	Fri Jul 05 13:00:03 2013 +0200
@@ -6,7 +6,6 @@
 # Convenience imports:
 
 from .parser import Parser
-from .semantics import Semantics
 from .typecheck import TypeChecker
 from .analyse import Analyzer
 from .codegenerator import CodeGenerator