implement file lock based on peername to prevent running two RefreshPeer at a time.
[plcapi.git] / PLC / Methods / DeleteNodeFromPCU.py
index d268298..5a30684 100644 (file)
@@ -1,8 +1,10 @@
+# $Id$
 from PLC.Faults import *
 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.Sites import Site, Sites
 from PLC.Auth import Auth
 
 class DeleteNodeFromPCU(Method):