Mercurial > lcfOS
comparison python/ppci/report.py @ 342:86b02c98a717 devel
Moved target directory
author | Windel Bouwman |
---|---|
date | Sat, 01 Mar 2014 15:40:31 +0100 |
parents | a78b41ff6ad2 |
children |
comparison
equal
deleted
inserted
replaced
341:4d204f6f7d4e | 342:86b02c98a717 |
---|---|
1 | 1 |
2 import logging | 2 import logging |
3 import io | 3 import io |
4 | 4 |
5 import outstream | 5 from . import outstream |
6 from .c3 import AstPrinter | 6 from .c3 import AstPrinter |
7 from . import logformat | 7 from . import logformat |
8 from .irutils import Writer | 8 from .irutils import Writer |
9 | 9 |
10 class RstFormatter(logging.Formatter): | 10 class RstFormatter(logging.Formatter): |