From e085d19501505f72a95addbd4b099e8940505436 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 30 Nov 2010 15:16:23 +0100 Subject: [PATCH] missing import --- PLC/Methods/GetPersonTags.py | 1 + 1 file changed, 1 insertion(+) diff --git a/PLC/Methods/GetPersonTags.py b/PLC/Methods/GetPersonTags.py index 3830d80..6c0c9b3 100644 --- a/PLC/Methods/GetPersonTags.py +++ b/PLC/Methods/GetPersonTags.py @@ -9,6 +9,7 @@ from PLC.Auth import Auth from PLC.Persons import Person, Persons from PLC.PersonTags import PersonTag, PersonTags +from PLC.Sites import Sites, Site class GetPersonTags(Method): """ -- 2.43.0