remove redundant import
authorMark Huang <mlhuang@cs.princeton.edu>
Tue, 24 Oct 2006 13:29:40 +0000 (13:29 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Tue, 24 Oct 2006 13:29:40 +0000 (13:29 +0000)
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