Tony has reported that in some rare occurences, RefreshPeer creates
[plcapi.git] / PLC / Methods / AddSliceTag.py
index 3deebe1..ef78fa6 100644 (file)
@@ -13,6 +13,9 @@ from PLC.SliceTags import SliceTag, SliceTags
 from PLC.NodeGroups import NodeGroup, NodeGroups
 from PLC.InitScripts import InitScript, InitScripts
 
+# need to import so the core classes get decorated with caller_may_write_tag
+from PLC.AuthorizeHelpers import AuthorizeHelpers
+
 class AddSliceTag(Method):
     """
     Sets the specified tag of the slice to the specified value.