X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FParameter.py;h=6268fcecd06d41ab6cdae7ba183b714689cc7409;hb=HEAD;hp=f52c80fe9d9ec87e5f0089ac7c2fc6e8a5bc296e;hpb=ddd66ce181f0633eae7463af320e34f79be13cd4;p=plcapi.git diff --git a/PLC/Parameter.py b/PLC/Parameter.py index f52c80f..6268fce 100644 --- a/PLC/Parameter.py +++ b/PLC/Parameter.py @@ -4,8 +4,6 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id$ -# from types import * from PLC.Faults import * @@ -60,7 +58,6 @@ class Mixed(tuple): def __new__(cls, *types): return tuple.__new__(cls, types) - def python_type(arg): """ Returns the Python type of the specified argument, which may be a