/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 breezy/_walkdirs_win32.pyx

  • Committer: Jelmer Vernooij
  • Date: 2017-06-06 01:10:48 UTC
  • mto: (6656.2.4 integrate-bisect)
  • mto: This revision was merged to the branch mainline in revision 6674.
  • Revision ID: jelmer@jelmer.uk-20170606011048-ahf4exo5kvy3mwt1
Drop pyrex support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
"""Helper functions for Walkdirs on win32."""
18
18
 
 
19
from __future__ import absolute_import
19
20
 
20
21
cdef extern from "python-compat.h":
21
22
    struct _HANDLE:
72
73
import os
73
74
import stat
74
75
 
75
 
from breezy import _readdir_py
 
76
from . import _readdir_py
76
77
 
77
78
cdef object osutils
78
79
osutils = None