From: Mark Huang <mlhuang@cs.princeton.edu> Date: Fri, 20 Oct 2006 18:04:44 +0000 (+0000) Subject: - include required modules X-Git-Tag: pycurl-7_13_1~506 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=49434106e9524856ddf74154e203e0686108d27d;p=plcapi.git - include required modules --- 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):