annotate python/libs/compiler/__init__.py @ 88:f3fe557be5ed

Split off of items to reduce file size
author windel
date Tue, 27 Nov 2012 18:00:13 +0100
parents 361f7d13adea
children
rev   line source
1
92df07bc2081 Initial import of compiler
windel
parents:
diff changeset
1 # File to make this directory a package.
92df07bc2081 Initial import of compiler
windel
parents:
diff changeset
2
65
361f7d13adea Fixes after movage
windel
parents: 63
diff changeset
3 from .compiler import Compiler
361f7d13adea Fixes after movage
windel
parents: 63
diff changeset
4