- include required modules
authorMark Huang <mlhuang@cs.princeton.edu>
Fri, 20 Oct 2006 18:04:44 +0000 (18:04 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Fri, 20 Oct 2006 18:04:44 +0000 (18:04 +0000)
PLC/Methods/AdmGetPersonKeys.py

index 965ee55..548fade 100644 (file)
@@ -1,3 +1,9 @@
+from PLC.Faults import *
+from PLC.Method import Method
+from PLC.Parameter import Parameter, Mixed
+from PLC.Persons import Person, Persons
+from PLC.Keys import Key, Keys
+from PLC.Auth import PasswordAuth
 from PLC.Methods.GetKeys import GetKeys
 
 class AdmGetPersonKeys(GetKeys):