~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/plugin.py

  • Committer: Martin Pool
  • Date: 2005-11-01 21:51:17 UTC
  • mfrom: (1185.16.147)
  • mto: (1185.33.49 bzr.dev)
  • mto: This revision was merged to the branch mainline in revision 1512.
  • Revision ID: mbp@sourcefrog.net-20051101215117-e7c33dde397b2350
[merge] main -> bzr.mbp.basic_io

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
                        plugin_info[0].close()
138
138
 
139
139
                mutter('loaded succesfully')
140
 
            except:
141
 
                ## import pdb
142
 
                ## pdb.set_trace()
 
140
            except KeyboardInterrupt:
 
141
                raise
 
142
            except Exception, e:
 
143
                ## import pdb; pdb.set_trace()
143
144
                warning('Unable to load plugin %r from %r' % (name, d))
144
145
                log_exception_quietly()