From: Thierry Parmentelat Date: Tue, 30 Nov 2010 14:16:23 +0000 (+0100) Subject: missing import X-Git-Tag: plcapi-5.0-19~11 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=e085d19501505f72a95addbd4b099e8940505436 missing import --- 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): """