From 31b1d0a03ac448fdeb578dabf8f278bad3966516 Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Date: Tue, 26 Jan 2010 13:52:27 +0000
Subject: [PATCH] remove dead kwds

---
 PLC/Ilinks.py     | 2 --
 PLC/PersonTags.py | 2 --
 PLC/TagTypes.py   | 2 --
 3 files changed, 6 deletions(-)

diff --git a/PLC/Ilinks.py b/PLC/Ilinks.py
index b6758d54..50152368 100644
--- a/PLC/Ilinks.py
+++ b/PLC/Ilinks.py
@@ -3,8 +3,6 @@
 #
 # Thierry Parmentelat - INRIA
 #
-# $Revision: 9423 $
-#
 from PLC.Faults import *
 from PLC.Parameter import Parameter
 from PLC.Filter import Filter
diff --git a/PLC/PersonTags.py b/PLC/PersonTags.py
index 18094708..52e50cc4 100644
--- a/PLC/PersonTags.py
+++ b/PLC/PersonTags.py
@@ -3,8 +3,6 @@
 #
 # Thierry Parmentelat - INRIA
 #
-# $Revision: 14587 $
-#
 from PLC.Faults import *
 from PLC.Parameter import Parameter
 from PLC.Filter import Filter
diff --git a/PLC/TagTypes.py b/PLC/TagTypes.py
index 1f4835c4..a7a3f4e1 100644
--- a/PLC/TagTypes.py
+++ b/PLC/TagTypes.py
@@ -3,8 +3,6 @@
 #
 # Thierry Parmentelat - INRIA
 #
-# $Revision: 9423 $
-#
 from types import StringTypes
 
 from PLC.Faults import *
-- 
2.47.0