annotate python/ppci/__init__.py @ 96:a350055d6119

movage
author windel
date Mon, 24 Dec 2012 13:30:12 +0100
parents python/libs/compiler/__init__.py@361f7d13adea
children 6efbeb903777
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