====
[plcapi.git] / PLC / Methods / GetIlinks.py
index c711e9d..9fc051d 100644 (file)
@@ -1,8 +1,6 @@
 #
 # Thierry Parmentelat - INRIA
 #
-# $Revision: 9423 $
-#
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -35,7 +33,7 @@ class GetIlinks(Method):
         ]
 
     returns = [Ilink.fields]
-    
+
 
     def call(self, auth, ilink_filter = None, return_fields = None):