Skip to content

Commit

Permalink
[xs] NotFound -> ObjectNotFound in plugins.toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Apr 23, 2012
1 parent 4f059c9 commit 33fcc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/plugins/toolkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def _initialize(self):

t['get_action'] = logic.get_action
t['check_access'] = logic.check_access
t['ActionNotFound'] = logic.NotFound ## Name change intentional
t['ObjectNotFound'] = logic.NotFound ## Name change intentional
t['NotAuthorized'] = logic.NotAuthorized
t['ValidationError'] = logic.ValidationError

Expand Down

0 comments on commit 33fcc1d

Please sign in to comment.