3 lines
74 B
Python
3 lines
74 B
Python
def matchesPath(self, href):
|
|
return self.request.uri.startswith(href)
|
def matchesPath(self, href):
|
|
return self.request.uri.startswith(href)
|