X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FUpdateSliceTag.py;h=5eff0c37f94b6feee1e53bcf8af3f8435887ee8a;hb=8805f42430917308abde6c311b5cc5ed1a32c1d4;hp=70db3266ece86e6b6eeda8f1581f4d39439bd9ca;hpb=e4810a38592de9abde703d1813412b46dcf27320;p=plcapi.git diff --git a/PLC/Methods/UpdateSliceTag.py b/PLC/Methods/UpdateSliceTag.py index 70db326..5eff0c3 100644 --- a/PLC/Methods/UpdateSliceTag.py +++ b/PLC/Methods/UpdateSliceTag.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.TagTypes import TagTypes, TagType from PLC.Nodes import Node from PLC.Slices import Slice, Slices +from PLC.SliceTags import SliceTag, SliceTags from PLC.InitScripts import InitScript, InitScripts from PLC.AuthorizeHelpers import AuthorizeHelpers