svn keywords
[plcapi.git] / PLC / Methods / AddNetworkType.py
index f22c87b..d2712ac 100644 (file)
@@ -1,3 +1,5 @@
+# $Id$
+# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -20,8 +22,6 @@ class AddNetworkType(Method):
 
     returns = Parameter(int, '1 if successful')
 
-    event_type = 'Add'
-    object_type = 'NetworkType'
 
     def call(self, auth, name):
         network_type = NetworkType(self.api)