~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/_chk_map_pyx.pyx

  • Committer: John Arbash Meinel
  • Date: 2009-10-07 15:57:25 UTC
  • mto: (4679.6.1 2.1-export-c-api)
  • mto: This revision was merged to the branch mainline in revision 4735.
  • Revision ID: john@arbash-meinel.com-20091007155725-vq1jsr92sk1vmidx
Some code cleanup passes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
# It seems we need to import the definitions so that the pyrex compiler has
63
63
# local names to access them.
64
64
from _static_tuple_c cimport StaticTuple,\
65
 
    import_static_tuple_c, STATIC_TUPLE_ALL_STRING, StaticTuple_New, \
 
65
    import_static_tuple_c, StaticTuple_New, \
66
66
    StaticTuple_Intern, StaticTuple_SET_ITEM, StaticTuple_CheckExact
67
67
 
68
68
 
69
 
from bzrlib import _static_tuple_c
70
69
# This sets up the StaticTuple C_API functionality
71
70
if import_static_tuple_c() != 0:
72
71
    raise ImportError('der borken')