Mercurial > lcfOS
comparison python/ppci/__init__.py @ 312:2c9768114877
Added cool logging formatter
author | Windel Bouwman |
---|---|
date | Mon, 16 Dec 2013 17:58:15 +0100 |
parents | 6aa721e7b10b |
children | a78b41ff6ad2 |
comparison
equal
deleted
inserted
replaced
311:ff665880a6b0 | 312:2c9768114877 |
---|---|
8 if sys.version_info.major != 3: | 8 if sys.version_info.major != 3: |
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 .errors import CompilerError, DiagnosticsManager | 13 from .common import CompilerError, DiagnosticsManager |