git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0474e0
)
- import necessary modules
author
Mark Huang
<mlhuang@cs.princeton.edu>
Wed, 18 Oct 2006 21:04:26 +0000
(21:04 +0000)
committer
Mark Huang
<mlhuang@cs.princeton.edu>
Wed, 18 Oct 2006 21:04:26 +0000
(21:04 +0000)
PLC/Methods/AdmSetPersonEnabled.py
patch
|
blob
|
history
diff --git
a/PLC/Methods/AdmSetPersonEnabled.py
b/PLC/Methods/AdmSetPersonEnabled.py
index
80e4496
..
662347f
100644
(file)
--- a/
PLC/Methods/AdmSetPersonEnabled.py
+++ b/
PLC/Methods/AdmSetPersonEnabled.py
@@
-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):