[svn r45655] Kill unnecessary sanity check

--HG--
branch : trunk
This commit is contained in:
fijal 2007-08-14 17:21:02 +02:00
parent 2b39cfd09c
commit a18a291dee
1 changed files with 1 additions and 4 deletions

View File

@ -46,9 +46,6 @@ class Collector(object):
self.name = name
self.parent = parent
self._config = getattr(parent, '_config', py.test.config)
if parent is not None:
if hasattr(parent, 'config'):
py.test.pdb()
self.fspath = getattr(parent, 'fspath', None)
Module = configproperty('Module')