~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/inter.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-05-11 15:04:23 UTC
  • mfrom: (5848.1.1 2.4-cython-first)
  • Revision ID: pqm@pqm.ubuntu.com-20110511150423-tpm1ablukqalkvim
(jameinel) Default to using Cython for compiling code,
 rather than Pyrex. (John A Meinel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
16
 
 
17
 
17
18
"""Inter-object utility class."""
18
19
 
19
 
from __future__ import absolute_import
20
20
 
21
21
from bzrlib.errors import NoCompatibleInter
22
22
 
78
78
                       the InterObject instance.
79
79
        :param target: the object to be the 'target' member of
80
80
                       the InterObject instance.
81
 
 
82
81
        If an optimised worker exists it will be used otherwise
83
82
        a default Inter worker instance will be created.
84
83
        """