fixed: encodes boolean and double type values for the requests
[plcapi.git] / PLC / Methods / DeleteNetworkType.py
index 8f534e6..1a0539e 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -23,7 +22,7 @@ class DeleteNetworkType(Method):
         ]
 
     returns = Parameter(int, '1 if successful')
-    
+
 
     def call(self, auth, name):
         network_types = NetworkTypes(self.api, [name])