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