[pypy-svn] r63748 - pypy/trunk/pypy/tool/pytest

fijal at codespeak.net fijal at codespeak.net
Mon Apr 6 23:12:09 CEST 2009


Author: fijal
Date: Mon Apr  6 23:12:07 2009
New Revision: 63748

Modified:
   pypy/trunk/pypy/tool/pytest/appsupport.py
Log:
try making pylib happier


Modified: pypy/trunk/pypy/tool/pytest/appsupport.py
==============================================================================
--- pypy/trunk/pypy/tool/pytest/appsupport.py	(original)
+++ pypy/trunk/pypy/tool/pytest/appsupport.py	Mon Apr  6 23:12:07 2009
@@ -29,7 +29,7 @@
             try:
                 return py.code.Source(self.path.read(mode="rU"))
             except py.error.Error:
-                return "????"
+                return None
     fullsource = property(fullsource, None, None, "Full source of AppCode")
 
     def getargs(self):



More information about the Pypy-commit mailing list