From: Mark Huang Date: Tue, 24 Oct 2006 13:29:40 +0000 (+0000) Subject: remove redundant import X-Git-Tag: pycurl-7_13_1~471 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=8760791d3565987f86f121f35b8fa743b0899fd9;p=plcapi.git remove redundant import --- diff --git a/PLC/Methods/AddConfFileToNode.py b/PLC/Methods/AddConfFileToNode.py index eff9a52b..e5b16ba1 100644 --- 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