move config to _config
--HG-- branch : trunk
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user