Mercurial > lcfOS
diff 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 |
line wrap: on
line diff
--- a/python/ppci/__init__.py Mon Dec 16 12:49:24 2013 +0100 +++ b/python/ppci/__init__.py Mon Dec 16 17:58:15 2013 +0100 @@ -10,4 +10,4 @@ sys.exit(1) from .common import SourceLocation, SourceRange, Token -from .errors import CompilerError, DiagnosticsManager +from .common import CompilerError, DiagnosticsManager