3352
3352
class StartingPathMatcher(SectionMatcher):
3353
3353
"""Select sections for a given location respecting the Store order."""
3355
3363
def __init__(self, store, location):
3356
3364
super(StartingPathMatcher, self).__init__(store)
3357
3365
if location.startswith('file://'):