src/ldt/ldt/security/utils.py
changeset 1013 7b5c49cab8f1
parent 840 b38c88bdefa2
child 1093 03104d3f6ca1
child 1146 4491284e73bb
--- a/src/ldt/ldt/security/utils.py	Tue Dec 04 13:41:14 2012 +0100
+++ b/src/ldt/ldt/security/utils.py	Tue Dec 04 13:55:35 2012 +0100
@@ -1,9 +1,9 @@
 from django.conf import settings
 from django.contrib.contenttypes.models import ContentType
 from django.core.cache import cache
-from guardian.shortcuts import assign, remove_perm, get_users_with_perms, get_groups_with_perms, get_objects_for_user
+from guardian.shortcuts import remove_perm, get_users_with_perms, get_groups_with_perms, get_objects_for_user
 from cache import get_cached_userlist, cached_assign
-from ldt.security import change_security, get_current_user
+from ldt.security import change_security
 import types
   
 def unprotect_instance(instance):