From 8805f42430917308abde6c311b5cc5ed1a32c1d4 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 30 Nov 2010 11:14:53 +0100 Subject: [PATCH 1/1] again --- PLC/Methods/DeleteSliceTag.py | 5 +++-- PLC/Methods/UpdateSliceTag.py | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) 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 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 -- 2.43.0