Merge branch 'master' of ssh://git.planet-lab.org/git/plcapi
[plcapi.git] / PLC / Methods / DeleteNetworkMethod.py
index c31c181..7dccbde 100644 (file)
@@ -1,3 +1,5 @@
+# $Id$
+# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -22,9 +24,7 @@ class DeleteNetworkMethod(Method):
         ]
 
     returns = Parameter(int, '1 if successful')
-   
-    event_type = 'Delete'
-    object_type = 'NetworkMethod'
+
 
     def call(self, auth, name):
         network_methods = NetworkMethods(self.api, [name])