~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/_readdir_pyx.pyx

  • Committer: Martin Pool
  • Date: 2008-10-07 05:18:52 UTC
  • mto: This revision was merged to the branch mainline in revision 3767.
  • Revision ID: mbp@sourcefrog.net-20081007051852-pdg8j3rtg06qbd21
add missing pyrex import

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    int ENOENT
31
31
    int ENOTDIR
32
32
    int EAGAIN
 
33
    int EINTR
33
34
    int errno
34
35
    char *strerror(int errno)
35
36