From 6c1834cf0c10bd4b479466c2da1ccb4f96c1ca30 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 26 Nov 2010 09:28:17 +0100 Subject: [PATCH] add missing imports --- PLC/AuthorizeHelpers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PLC/AuthorizeHelpers.py b/PLC/AuthorizeHelpers.py index fe04d12..4e7483d 100644 --- a/PLC/AuthorizeHelpers.py +++ b/PLC/AuthorizeHelpers.py @@ -5,6 +5,8 @@ from PLC.Faults import * from PLC.Persons import Persons,Person from PLC.Sites import Sites,Site from PLC.Nodes import Nodes,Node +from PLC.Interfaces import Interfaces,Interface +from PLC.Slices import Slices,Slice class AuthorizeHelpers: -- 2.43.0