Show More
@@ -156,7 +156,6 b' class exact(match):' | |||||
156 | class always(match): |
|
156 | class always(match): | |
157 | def __init__(self, root, cwd): |
|
157 | def __init__(self, root, cwd): | |
158 | match.__init__(self, root, cwd, []) |
|
158 | match.__init__(self, root, cwd, []) | |
159 | self._always = True |
|
|||
160 |
|
159 | |||
161 | class narrowmatcher(match): |
|
160 | class narrowmatcher(match): | |
162 | """Adapt a matcher to work on a subdirectory only. |
|
161 | """Adapt a matcher to work on a subdirectory only. |
General Comments 0
You need to be logged in to leave comments.
Login now