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:
b29e03e
)
remove redundant import
author
Mark Huang
<mlhuang@cs.princeton.edu>
Tue, 24 Oct 2006 13:29:40 +0000
(13:29 +0000)
committer
Mark Huang
<mlhuang@cs.princeton.edu>
Tue, 24 Oct 2006 13:29:40 +0000
(13:29 +0000)
PLC/Methods/AddConfFileToNode.py
patch
|
blob
|
history
diff --git
a/PLC/Methods/AddConfFileToNode.py
b/PLC/Methods/AddConfFileToNode.py
index
eff9a52
..
e5b16ba
100644
(file)
--- a/
PLC/Methods/AddConfFileToNode.py
+++ b/
PLC/Methods/AddConfFileToNode.py
@@
-2,7
+2,6
@@
from PLC.Faults import *
from PLC.Method import Method
from PLC.Parameter import Parameter, Mixed
from PLC.ConfFiles import ConfFile, ConfFiles
-from PLC.NodeGroups import NodeGroup, NodeGroups
from PLC.Nodes import Node, Nodes
from PLC.Auth import PasswordAuth