Mercurial > lcfOS
comparison python/ppci/__init__.py @ 331:a78b41ff6ad2
Added better recipe files
author | Windel Bouwman |
---|---|
date | Fri, 07 Feb 2014 12:39:59 +0100 |
parents | 2c9768114877 |
children | d1ecc493384e |
comparison
equal
deleted
inserted
replaced
330:a79ac866732f | 331:a78b41ff6ad2 |
---|---|
9 print("Needs to be run in python version 3.x") | 9 print("Needs to be run in python version 3.x") |
10 sys.exit(1) | 10 sys.exit(1) |
11 | 11 |
12 from .common import SourceLocation, SourceRange, Token | 12 from .common import SourceLocation, SourceRange, Token |
13 from .common import CompilerError, DiagnosticsManager | 13 from .common import CompilerError, DiagnosticsManager |
14 | |
15 logformat='%(asctime)s|%(levelname)s|%(name)s|%(message)s' | |
16 |