From f0474e037d948847a7263a796d87ad75bc42793e Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Wed, 18 Oct 2006 21:04:16 +0000 Subject: [PATCH] - import AddPersonKey --- PLC/Methods/AdmAddPersonKey.py | 1 + 1 file changed, 1 insertion(+) 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): """ -- 2.47.0