~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/index.py

Revert back to before I started trying to move to pyrex/cython code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
    debug,
41
41
    errors,
42
42
    )
43
 
import bzrlib._static_tuple_pyx
44
 
from bzrlib._static_tuple_type_c import StaticTuple
 
43
from bzrlib._static_tuple_c import StaticTuple
45
44
 
46
45
_HEADER_READV = (0, 200)
47
46
_OPTION_KEY_ELEMENTS = "key_elements="