- import Sites
authorMark Huang <mlhuang@cs.princeton.edu>
Thu, 25 Jan 2007 21:59:31 +0000 (21:59 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Thu, 25 Jan 2007 21:59:31 +0000 (21:59 +0000)
PLC/Methods/GetPersons.py

index 051d091..6ac93ee 100644 (file)
@@ -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']