- BootGetNodeDetails implementation
[plcapi.git] / PLC / Methods / AddConfFileToNode.py
index eff9a52..e5b16ba 100644 (file)
@@ -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