##// END OF EJS Templates
match: drop dir callback...
Siddharth Agarwal -
r19141:aed8ec10 default
parent child Browse files
Show More
@@ -119,12 +119,10 b' class match(object):'
119 119 found/accessed, with an error message
120 120 '''
121 121 pass
122 def dir(self, f):
122 def explicitdir(self, f):
123 123 pass
124 def explicitdir(self, f):
125 self.dir(f)
126 124 def traversedir(self, f):
127 self.dir(f)
125 pass
128 126 def missing(self, f):
129 127 pass
130 128 def exact(self, f):
General Comments 0
You need to be logged in to leave comments. Login now