From: Mark Huang Date: Wed, 18 Oct 2006 21:04:16 +0000 (+0000) Subject: - import AddPersonKey X-Git-Tag: pycurl-7_13_1~533 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f0474e037d948847a7263a796d87ad75bc42793e;p=plcapi.git - import AddPersonKey --- diff --git a/PLC/Methods/AdmAddPersonKey.py b/PLC/Methods/AdmAddPersonKey.py index d44f19ac..e6c5f77d 100644 --- a/PLC/Methods/AdmAddPersonKey.py +++ b/PLC/Methods/AdmAddPersonKey.py @@ -4,6 +4,7 @@ from PLC.Parameter import Parameter, Mixed from PLC.Keys import Key, Keys from PLC.Persons import Person, Persons from PLC.Auth import PasswordAuth +from PLC.Methods.AddPersonKey import AddPersonKey class AdmAddPersonKey(AddPersonKey): """