From 8760791d3565987f86f121f35b8fa743b0899fd9 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Tue, 24 Oct 2006 13:29:40 +0000 Subject: [PATCH] remove redundant import --- PLC/Methods/AddConfFileToNode.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.0