remove dead kwds
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 26 Jan 2010 13:52:27 +0000 (13:52 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 26 Jan 2010 13:52:27 +0000 (13:52 +0000)
PLC/Ilinks.py
PLC/PersonTags.py
PLC/TagTypes.py

index b6758d5..5015236 100644 (file)
@@ -3,8 +3,6 @@
 #
 # Thierry Parmentelat - INRIA
 #
-# $Revision: 9423 $
-#
 from PLC.Faults import *
 from PLC.Parameter import Parameter
 from PLC.Filter import Filter
index 1809470..52e50cc 100644 (file)
@@ -3,8 +3,6 @@
 #
 # Thierry Parmentelat - INRIA
 #
-# $Revision: 14587 $
-#
 from PLC.Faults import *
 from PLC.Parameter import Parameter
 from PLC.Filter import Filter
index 1f4835c..a7a3f4e 100644 (file)
@@ -3,8 +3,6 @@
 #
 # Thierry Parmentelat - INRIA
 #
-# $Revision: 9423 $
-#
 from types import StringTypes
 
 from PLC.Faults import *