-fix bug: users can properly update slice description/url if slice has none
[plcapi.git] / PLC / Methods / DeleteNodeFromPCU.py
index d268298..8e728ef 100644 (file)
@@ -3,6 +3,7 @@ from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
 from PLC.Nodes import Node, Nodes
 from PLC.PCUs import PCU, PCUs
 from PLC.Parameter import Parameter, Mixed
 from PLC.Nodes import Node, Nodes
 from PLC.PCUs import PCU, PCUs
+from PLC.Sites import Site, Sites
 from PLC.Auth import Auth
 
 class DeleteNodeFromPCU(Method):
 from PLC.Auth import Auth
 
 class DeleteNodeFromPCU(Method):