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