~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test__walkdirs_win32.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-05-21 13:36:51 UTC
  • mfrom: (5243.2.1 readdir_cleanup)
  • Revision ID: pqm@pqm.ubuntu.com-20100521133651-p62dndo2giy5ls21
(lifeless) Some cleanups to the readdir pyrex code for a little efficiency
 and to avoid compile warnings. (John A Meinel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
    osutils,
23
23
    tests,
24
24
    )
25
 
from bzrlib.tests import (
26
 
    features,
27
 
    )
28
 
 
29
 
 
30
 
win32_readdir_feature = features.ModuleAvailableFeature('bzrlib._walkdirs_win32')
 
25
 
 
26
 
 
27
win32_readdir_feature = tests.ModuleAvailableFeature('bzrlib._walkdirs_win32')
31
28
 
32
29
 
33
30
class TestWin32Finder(tests.TestCaseInTempDir):