Skip to content

Commit

Permalink
[ckan#2835] toolkit: add to contents as well
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed Jan 14, 2016
1 parent 95b69bd commit 540b9ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckan/plugins/toolkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ class _Toolkit(object):
'auth_sysadmins_check', # allow auth functions to be checked for sysadmins
'auth_allow_anonymous_access', # allow anonymous access to an auth function
'auth_disallow_anonymous_access', # disallow anonymous access to an auth function
'test_helpers', # tests.helpers
'test_factories', # tests.factories

## Fully defined in this file ##
'add_template_directory',
Expand Down

0 comments on commit 540b9ae

Please sign in to comment.