From 31b1d0a03ac448fdeb578dabf8f278bad3966516 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat 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 b6758d5..5015236 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 1809470..52e50cc 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 1f4835c..a7a3f4e 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.43.0