Skip to content

Commit

Permalink
[#2304] Fix auth count
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed May 9, 2012
1 parent 53951fc commit 5e721ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ckan/logic/auth/publisher/create.py
Expand Up @@ -8,6 +8,7 @@
# FIXME: Which is worse, 'from module import foo' or duplicating these
# functions in this module?
from ckan.logic.auth.create import vocabulary_create, tag_create
from ckan.logic.auth.create import follower_create

def package_create(context, data_dict=None):
model = context['model']
Expand Down
1 change: 1 addition & 0 deletions ckan/logic/auth/publisher/delete.py
Expand Up @@ -9,6 +9,7 @@
# FIXME: Which is worse, 'from module import foo' or duplicating these
# functions in this module?
from ckan.logic.auth.delete import vocabulary_delete, tag_delete
from ckan.logic.auth.delete import follower_delete

def package_delete(context, data_dict):
"""
Expand Down

0 comments on commit 5e721ed

Please sign in to comment.