X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FDeleteSliceTag.py;h=5464fbc8c234466d35fb91f07365018da91c7d67;hb=8805f42430917308abde6c311b5cc5ed1a32c1d4;hp=effb99ddc5c21813a124a2cb841088820a8af814;hpb=e4810a38592de9abde703d1813412b46dcf27320;p=plcapi.git diff --git a/PLC/Methods/DeleteSliceTag.py b/PLC/Methods/DeleteSliceTag.py index effb99d..5464fbc 100644 --- a/PLC/Methods/DeleteSliceTag.py +++ b/PLC/Methods/DeleteSliceTag.py @@ -6,9 +6,10 @@ from PLC.Method import Method from PLC.Parameter import Parameter, Mixed from PLC.Auth import Auth -from PLC.SliceTags import SliceTag, SliceTags -from PLC.Slices import Slice, Slices +from PLC.TagTypes import TagTypes, TagType from PLC.Nodes import Node, Nodes +from PLC.Slices import Slice, Slices +from PLC.SliceTags import SliceTag, SliceTags # need to import so the core classes get decorated with caller_may_write_tag from PLC.AuthorizeHelpers import AuthorizeHelpers