get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / DeleteNetworkType.py
index 2fa3c9a..1a0539e 100644 (file)
@@ -22,9 +22,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])