From f6b58b9f2dd4c39a49aff67f37d5061e45910636 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 7 Dec 2010 16:20:36 +0100 Subject: [PATCH] svn kwds --- PLC/Methods/AuthCheck.py | 2 -- PLC/Methods/GetInterfaceTags.py | 4 ---- PLC/Methods/GetNodeTags.py | 4 ---- 3 files changed, 10 deletions(-) diff --git a/PLC/Methods/AuthCheck.py b/PLC/Methods/AuthCheck.py index 4cea8d8..0a4c260 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 131d3e5..ad87af6 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 41dfd8b..4ecd802 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 -- 2.43.0