From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Date: Tue, 7 Dec 2010 15:20:36 +0000 (+0100)
Subject: svn kwds
X-Git-Tag: plcapi-5.0-23~3
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f6b58b9f2dd4c39a49aff67f37d5061e45910636;p=plcapi.git

svn kwds
---

diff --git a/PLC/Methods/AuthCheck.py b/PLC/Methods/AuthCheck.py
index 4cea8d88..0a4c2601 100644
--- a/PLC/Methods/AuthCheck.py
+++ b/PLC/Methods/AuthCheck.py
@@ -1,5 +1,3 @@
-# $Id$
-# $URL$
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
 from PLC.Auth import Auth, BootAuth
diff --git a/PLC/Methods/GetInterfaceTags.py b/PLC/Methods/GetInterfaceTags.py
index 131d3e52..ad87af6e 100644
--- a/PLC/Methods/GetInterfaceTags.py
+++ b/PLC/Methods/GetInterfaceTags.py
@@ -1,10 +1,6 @@
-# $Id$
-# $URL$
 #
 # Thierry Parmentelat - INRIA
 #
-# $Revision$
-#
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
diff --git a/PLC/Methods/GetNodeTags.py b/PLC/Methods/GetNodeTags.py
index 41dfd8b9..4ecd802a 100644
--- a/PLC/Methods/GetNodeTags.py
+++ b/PLC/Methods/GetNodeTags.py
@@ -1,10 +1,6 @@
-# $Id$
-# $URL$
 #
 # Thierry Parmentelat - INRIA
 #
-# $Revision: 9423 $
-#
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed