comparison python/ppci/__init__.py @ 99:6efbeb903777

movage
author windel
date Mon, 24 Dec 2012 15:03:30 +0100
parents a350055d6119
children 6a303f835c6d
comparison
equal deleted inserted replaced
98:3f772feb12ef 99:6efbeb903777
1 # File to make this directory a package. 1 # File to make this directory a package.
2 2
3 from .compiler import Compiler 3 from .compilers import KsCompiler
4 4
5 version = '0.0.1'
6