X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FParameter.py;h=230748362f485bce551a7385099b361571fc7dbe;hb=e43eb135483c45435c9d4a50d6dff744fb7aef85;hp=e45cd31c9b305e3872d2831e6e078f355d47cca4;hpb=c53759bf3b01242138d5c1cca4b593bb33e457ca;p=plcapi.git diff --git a/PLC/Parameter.py b/PLC/Parameter.py index e45cd31..2307483 100644 --- a/PLC/Parameter.py +++ b/PLC/Parameter.py @@ -4,10 +4,11 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: Parameter.py,v 1.5 2006/11/02 18:32:55 mlhuang Exp $ +# $Id: Parameter.py,v 1.6 2006/11/08 22:10:00 mlhuang Exp $ # from types import * +from PLC.Faults import * class Parameter: """