reverting Scott's change - he is to use aspects instead
[plcapi.git] / PLC / Methods / DeleteSliceFromNodes.py
index 2c15d58..1a82ad1 100644 (file)
@@ -4,7 +4,6 @@ from PLC.Parameter import Parameter, Mixed
 from PLC.Nodes import Node, Nodes
 from PLC.Slices import Slice, Slices
 from PLC.Auth import Auth
 from PLC.Nodes import Node, Nodes
 from PLC.Slices import Slice, Slices
 from PLC.Auth import Auth
-from PLC.Plugins import PluginManager
 
 class DeleteSliceFromNodes(Method):
     """
 
 class DeleteSliceFromNodes(Method):
     """
@@ -59,6 +58,4 @@ class DeleteSliceFromNodes(Method):
         self.event_objects = {'Node': [node['node_id'] for node in nodes],
                               'Slice': [slice['slice_id']]}
 
         self.event_objects = {'Node': [node['node_id'] for node in nodes],
                               'Slice': [slice['slice_id']]}
 
-        PluginManager(self.api, auth).notify("slice.DeleteFromNodes", self.event_objects)
-
         return 1
         return 1