- import necessary modules
authorMark Huang <mlhuang@cs.princeton.edu>
Wed, 18 Oct 2006 21:04:26 +0000 (21:04 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Wed, 18 Oct 2006 21:04:26 +0000 (21:04 +0000)
PLC/Methods/AdmSetPersonEnabled.py

index 80e4496..662347f 100644 (file)
@@ -1,3 +1,8 @@
+from PLC.Faults import *
+from PLC.Method import Method
+from PLC.Parameter import Parameter, Mixed
+from PLC.Persons import Person, Persons
+from PLC.Auth import PasswordAuth
 from PLC.Methods.UpdatePerson import UpdatePerson
 
 class AdmSetPersonEnabled(UpdatePerson):