missing import
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 30 Nov 2010 14:16:23 +0000 (15:16 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 30 Nov 2010 14:16:23 +0000 (15:16 +0100)
PLC/Methods/GetPersonTags.py

index 3830d80..6c0c9b3 100644 (file)
@@ -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):
     """