Skip to content

Commit

Permalink
[xs] minor toolkit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Apr 23, 2012
1 parent 33fcc1d commit 9be3a07
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 @@ -40,7 +40,7 @@ class _Toolkit(object):
'literal', # stop tags in a string being escaped
'get_action', # get logic action function
'check_access', # check logic function authorisation
'ActionNotFound', # action not found exception (ckan.logic.NotFound)
'ObjectNotFound', # action not found exception (ckan.logic.NotFound)
'NotAuthorized', # action not authorized exception
'ValidationError', # model update validation error
'CkanCommand', # class for providing cli interfaces
Expand Down

0 comments on commit 9be3a07

Please sign in to comment.