23
23
from bzrlib.dirstate import DirState
26
30
# Give Pyrex some function definitions for it to understand.
27
31
# All of these are just hints to Pyrex, so that it can try to convert python
28
32
# objects into similar C objects. (such as PyInt => int).