comment in GetPersons
[plcapi.git] / PLC / Methods / GetNodeTags.py
index 367814a..41dfd8b 100644 (file)
@@ -1,4 +1,5 @@
-# $Id#
+# $Id$
+# $URL$
 #
 # Thierry Parmentelat - INRIA
 #
@@ -36,7 +37,7 @@ class GetNodeTags(Method):
         ]
 
     returns = [NodeTag.fields]
-    
+
 
     def call(self, auth, node_tag_filter = None, return_fields = None):