oops, refreshpeer in tag plcapi-5.0-17 is broken
[plcapi.git] / PLC / Methods / DeleteNetworkType.py
index 2fa3c9a..db6d0f3 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 DeleteNetworkType(Method):
         ]
 
     returns = Parameter(int, '1 if successful')
-    
-    event_type = 'Delete'
-    object_type = 'NetworkType'
+
 
     def call(self, auth, name):
         network_types = NetworkTypes(self.api, [name])