set svn:keywords property for proper keywords expansion
[plcapi.git] / PLC / Parameter.py
index e45cd31..fc25b93 100644 (file)
@@ -4,10 +4,11 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: Parameter.py,v 1.5 2006/11/02 18:32:55 mlhuang Exp $
+# $Id$
 #
 
 from types import *
+from PLC.Faults import *
 
 class Parameter:
     """