[py-svn] r37345 - py/trunk/py/test/terminal

fijal at codespeak.net fijal at codespeak.net
Thu Jan 25 18:02:04 CET 2007


Author: fijal
Date: Thu Jan 25 18:02:01 2007
New Revision: 37345

Modified:
   py/trunk/py/test/terminal/terminal.py
Log:
Remove unneeded import


Modified: py/trunk/py/test/terminal/terminal.py
==============================================================================
--- py/trunk/py/test/terminal/terminal.py	(original)
+++ py/trunk/py/test/terminal/terminal.py	Thu Jan 25 18:02:01 2007
@@ -3,7 +3,6 @@
 from time import time as now
 Item = py.test.Item
 from py.__.test.terminal.out import getout 
-import py.__.code.safe_repr
 from py.__.test.representation import Presenter
 
 def getrelpath(source, dest): 



More information about the pytest-commit mailing list