From 89dc6cad585473df99986917dbfbd1ae67d28d7b Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Thu, 25 Jan 2007 21:59:31 +0000 Subject: [PATCH] - import Sites --- PLC/Methods/GetPersons.py | 1 + 1 file changed, 1 insertion(+) diff --git a/PLC/Methods/GetPersons.py b/PLC/Methods/GetPersons.py index 051d091..6ac93ee 100644 --- a/PLC/Methods/GetPersons.py +++ b/PLC/Methods/GetPersons.py @@ -3,6 +3,7 @@ from PLC.Method import Method from PLC.Parameter import Parameter, Mixed from PLC.Filter import Filter from PLC.Persons import Person, Persons +from PLC.Sites import Site, Sites from PLC.Auth import Auth hidden_fields = ['password', 'verification_key', 'verification_expires'] -- 2.43.0