Skip to content

Commit

Permalink
[#1373] fix pep-8 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kindly committed Dec 9, 2013
1 parent 6e8859a commit 9332098
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckanext/datastore/logic/auth.py
Expand Up @@ -34,9 +34,11 @@ def datastore_delete(context, data_dict):
def datastore_search(context, data_dict):
return datastore_auth(context, data_dict, 'resource_show')


@p.toolkit.auth_allow_anonymous_access
def datastore_search_sql(context, data_dict):
return {'success': True}


def datastore_change_permissions(context, data_dict):
return datastore_auth(context, data_dict)

0 comments on commit 9332098

Please sign in to comment.