a slightly clearer version of GetSliceFamily
[plcapi.git] / PLC / Methods / DeleteNetworkMethod.py
index aeeef52..b40442c 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -24,7 +22,7 @@ class DeleteNetworkMethod(Method):
         ]
 
     returns = Parameter(int, '1 if successful')
-   
+
 
     def call(self, auth, name):
         network_methods = NetworkMethods(self.api, [name])