consolidate py/code files into code.py, simplify SafeRepr code and docs.

--HG--
branch : trunk
This commit is contained in:
holger krekel
2009-08-25 20:24:43 +02:00
parent 94aef0b771
commit 8ee7bef638
14 changed files with 713 additions and 758 deletions

View File

@@ -1,5 +1,5 @@
import py
from py.__.code.excinfo import FormattedExcinfo, ReprExceptionInfo
from py.__.code.code import FormattedExcinfo, ReprExceptionInfo
class TWMock:
def __init__(self):