Skip to content

Commit

Permalink
[#2939] remove Authorizer from auth delete
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Oct 3, 2012
1 parent 3be742b commit e1d172b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckan/logic/auth/delete.py
Expand Up @@ -3,7 +3,6 @@
from ckan.logic.auth import get_package_object, get_group_object, get_related_object
from ckan.logic.auth import get_resource_object
from ckan.logic.auth.create import package_relationship_create
from ckan.authz import Authorizer
from ckan.lib.base import _

def package_delete(context, data_dict):
Expand Down

0 comments on commit e1d172b

Please sign in to comment.