[svn r51034] merging in fijal's reporter-merge branch into the trunk,

still needs refactoring as far as i am concernced.

--HG--
branch : trunk
This commit is contained in:
hpk
2008-01-25 16:54:04 +01:00
parent 192a890435
commit f2b0bd10e6
45 changed files with 740 additions and 1059 deletions

View File

@@ -379,7 +379,7 @@ class Module(FSCollector, PyCollectorMixin):
self._obj = obj = self.fspath.pyimport()
except KeyboardInterrupt:
raise
except:
except:
self._stickyfailure = py.std.sys.exc_info()
raise
return obj