From: Thierry Parmentelat Date: Tue, 26 Jan 2010 13:52:27 +0000 (+0000) Subject: remove dead kwds X-Git-Tag: PLCAPI-5.0-1^2~10 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=31b1d0a03ac448fdeb578dabf8f278bad3966516;p=plcapi.git remove dead kwds --- 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 *