oops, refreshpeer in tag plcapi-5.0-17 is broken
[plcapi.git] / PLC / Methods / DeleteNetworkType.py
index 8f534e6..db6d0f3 100644 (file)
@@ -1,4 +1,5 @@
 # $Id$
+# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -23,7 +24,7 @@ class DeleteNetworkType(Method):
         ]
 
     returns = Parameter(int, '1 if successful')
-    
+
 
     def call(self, auth, name):
         network_types = NetworkTypes(self.api, [name])