/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/_readdir_pyx.pyx

  • Committer: Robert Collins
  • Date: 2008-09-24 04:15:03 UTC
  • mto: This revision was merged to the branch mainline in revision 3732.
  • Revision ID: robertc@robertcollins.net-20080924041503-5kt95yad0omycqqa
 * The C extensions now build on python 2.4 (Robert Collins, #271939)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
import os
21
21
import sys
22
22
 
 
23
#python2.4 support
 
24
cdef extern from "python-compat.h":
 
25
    pass
 
26
 
23
27
 
24
28
# the opaque C library DIR type.
25
29
cdef extern from 'errno.h':