~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/plugin.py

Merged Martin

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()