Commit 32d7aa6a authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

remove meaning less definition of Coordinate.view().

parent f15fe86e
......@@ -115,13 +115,6 @@ class Coordinate(Base):
return re.search(regular_expression, string).groups()
### Mix-in methods
security.declareProtected( Permissions.View, 'view' )
def view(self):
"""
Return the default view even if index_html is overridden.
"""
return self()
security.declareProtected( Permissions.AccessContentsInformation,
'asText' )
def asText(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment