reverting Scott's change - he is to use aspects instead
[plcapi.git] / PLC / Methods / AddSliceToNodes.py
index a7124d8..db074ca 100644 (file)
@@ -5,7 +5,6 @@ from PLC.Nodes import Node, Nodes
 from PLC.Slices import Slice, Slices
 from PLC.Persons import Person, Persons
 from PLC.Auth import Auth
 from PLC.Slices import Slice, Slices
 from PLC.Persons import Person, Persons
 from PLC.Auth import Auth
-from PLC.Plugins import PluginManager
 
 class AddSliceToNodes(Method):
     """
 
 class AddSliceToNodes(Method):
     """
@@ -70,6 +69,4 @@ class AddSliceToNodes(Method):
                               'Slice': [slice['slice_id']]}
         self.message = 'Slice %d added to nodes %s' % (slice['slice_id'], nodeids)
 
                               'Slice': [slice['slice_id']]}
         self.message = 'Slice %d added to nodes %s' % (slice['slice_id'], nodeids)
 
-        PluginManager(self.api, auth).notify("slice.AddToNodes", self.event_objects)
-
         return 1
         return 1