Skip to content

Commit

Permalink
Fixes collective geo behaviour lookup typo
Browse files Browse the repository at this point in the history
  • Loading branch information
href committed Sep 5, 2013
1 parent 476203e commit 39ec7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seantis/dir/base/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def show_map(self):
"""

# blimey, those brits and their spelling
behavior = 'collective.geo.behaviours.interfaces.ICoordinates'
behavior = 'collective.geo.behaviour.interfaces.ICoordinates'

if self.is_itemview:
item_type = self.context.portal_type
Expand Down

0 comments on commit 39ec7fc

Please sign in to comment.