delete_local_user available from rest, check if user is a pi of the authority for...
[unfold.git] / activity / slice.py
1 #
2 # log functions for slice
3 #
4
5 import activity
6
7 def validate(request, o):
8     activity.log(request, "slice.validate", "Slice validation", o)
9     
10 def resource(request, o):
11     activity.log(request, "slice.resource", "Resource reservation", o)