Skip to content

Commit

Permalink
Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
datakurre authored Sep 20, 2016
1 parent 62cd90f commit e639159
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plone/app/standardtiles/existingcontent.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,3 @@ def __getattr__(self, name):
) or name.startswith(('_', 'im_', 'func_')):
return Tile.__getattr__(self, name)
return getattr(self.default_view, name)

0 comments on commit e639159

Please sign in to comment.