Setting tag plcapi-5.4-2
[plcapi.git] / PLC / Methods / GetInterfaces.py
index 2c6b6b4..a154c8e 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -31,6 +29,6 @@ class GetInterfaces(Method):
         ]
 
     returns = [Interface.fields]
-    
+
     def call(self, auth, interface_filter = None, return_fields = None):
         return Interfaces(self.api, interface_filter, return_fields)