~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/cethread.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-05-18 13:02:52 UTC
  • mfrom: (5830.3.6 i18n-msgfmt)
  • Revision ID: pqm@pqm.ubuntu.com-20110518130252-ky96qcvzt6o0zg3f
(mbp) add build_mo command to setup.py (INADA Naoki)

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
        """Declare which exceptions will be ignored.
104
104
 
105
105
        :param ignored: Can be either:
106
 
        
107
106
           - None: all exceptions will be raised,
108
107
           - an exception class: the instances of this class will be ignored,
109
108
           - a tuple of exception classes: the instances of any class of the