move config to _config

--HG--
branch : trunk
This commit is contained in:
holger krekel
2010-10-10 13:48:49 +02:00
parent 51bb0f53c5
commit 32fce34825
11 changed files with 41 additions and 33 deletions

View File

@@ -137,9 +137,9 @@ class PluginManager(object):
mod = importplugin(modname)
except KeyboardInterrupt:
raise
#except py.test.skip.Exception:
# e = py.std.sys.exc_info()[1]
# self._hints.append("skipped plugin %r: %s" %((modname, e.msg)))
except py.test.skip.Exception:
e = py.std.sys.exc_info()[1]
self._hints.append("skipped plugin %r: %s" %((modname, e.msg)))
else:
check_old_use(mod, modname)
self.register(mod)