293
292
if getattr(_mod_plugins, plugin_name, None):
298
297
exec "import bzrlib.plugins.%s" % plugin_name in {}
300
299
except KeyboardInterrupt:
303
302
## import pdb; pdb.set_trace()
307
306
if 'error' in debug.debug_flags:
308
307
trace.print_exception(sys.exc_info(), sys.stderr)