~jml/treeshape/matchers

« back to all changes in this revision

Viewing changes to treeshape/__init__.py

  • Committer: Jonathan Lange
  • Date: 2012-08-07 15:53:56 UTC
  • Revision ID: jml@canonical.com-20120807155356-8lqxv5t2qqrhhghm
Rename to MatchesFileTree

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    'DuplicateName',
21
21
    'FileTree',
22
22
    'from_rough_spec',
23
 
    'HasFileTree',
 
23
    'MatchesFileTree',
24
24
    'InvalidDirectory',
25
25
    'make_tree',
26
26
    'PERMISSIONS',
32
32
    from_rough_spec,
33
33
    )
34
34
from ._fixtures import FileTree
35
 
from ._matchers import HasFileTree
 
35
from ._matchers import MatchesFileTree
36
36
from ._treeshape import (
37
37
    CONTENT,
38
38
    InvalidDirectory,