Skip to content

Commit

Permalink
[#2939] Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Oct 10, 2012
1 parent d265e12 commit a0376ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckan/lib/plugins.py
Expand Up @@ -273,7 +273,6 @@ def check_data_dict(self, data_dict, schema=None):
raise dictization_functions.DataError(data_dict)

def setup_template_variables(self, context, data_dict):
from pylons import config

authz_fn = logic.get_action('group_list_authz')
c.groups_authz = authz_fn(context, data_dict)
Expand Down

0 comments on commit a0376ce

Please sign in to comment.