--- trunk/pyvisi/py_src/constant.py 2007/02/15 10:18:18 975 +++ trunk/pyvisi/py_src/constant.py 2007/02/15 23:57:02 976 @@ -50,9 +50,11 @@ Constant that define the source data type. @cvar XML: Constant representing the xml source data type + @cvar ESCRIPT: Constant representing the escript data objects as source """ XML = "xml" + ESCRIPT = "escript" class Renderer: """