[py-svn] r57094 - py/branch/event/py/test2/rep

hpk at codespeak.net hpk at codespeak.net
Fri Aug 8 10:30:53 CEST 2008


Author: hpk
Date: Fri Aug  8 10:30:51 2008
New Revision: 57094

Modified:
   py/branch/event/py/test2/rep/collectonly.py
Log:
another old import, re-grrr pyc files


Modified: py/branch/event/py/test2/rep/collectonly.py
==============================================================================
--- py/branch/event/py/test2/rep/collectonly.py	(original)
+++ py/branch/event/py/test2/rep/collectonly.py	Fri Aug  8 10:30:51 2008
@@ -37,7 +37,6 @@
         self.indent = self.indent[:-len(self.INDENT)]
 
     def rep_SessionFinish(self, session):
-        from py.__.code.tbpresent import TBPresenter
         for ev in self._failed:
             ev.toterminal(self.out)
                 



More information about the pytest-commit mailing list