From 49434106e9524856ddf74154e203e0686108d27d Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 20 Oct 2006 18:04:44 +0000 Subject: [PATCH] - include required modules --- PLC/Methods/AdmGetPersonKeys.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PLC/Methods/AdmGetPersonKeys.py b/PLC/Methods/AdmGetPersonKeys.py index 965ee55d..548fade5 100644 --- a/PLC/Methods/AdmGetPersonKeys.py +++ b/PLC/Methods/AdmGetPersonKeys.py @@ -1,3 +1,9 @@ +from PLC.Faults import * +from PLC.Method import Method +from PLC.Parameter import Parameter, Mixed +from PLC.Persons import Person, Persons +from PLC.Keys import Key, Keys +from PLC.Auth import PasswordAuth from PLC.Methods.GetKeys import GetKeys class AdmGetPersonKeys(GetKeys): -- 2.47.0