svn kwds
[plcapi.git] / PLC / Methods / GetNodeTags.py
index fd53dcd..4ecd802 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 GetNodeTags(Method):
         ]
 
     returns = [NodeTag.fields]
-    
+
 
     def call(self, auth, node_tag_filter = None, return_fields = None):