From 9ac7977b87ef9b5bd1c6036b91dcce5a5e1c4ea1 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 20 Jul 2005 08:11:18 +0000 Subject: corrected Python object propagation (attribute "py") and adjusted help files better exception handling and error message much better detach method handling (one thread for all object instances) better definition of output values (atoms, lists, anythings) svn path=/trunk/; revision=3364 --- externals/grill/py/source/pybase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals/grill/py/source/pybase.h') diff --git a/externals/grill/py/source/pybase.h b/externals/grill/py/source/pybase.h index 28ee9770..5fadb946 100644 --- a/externals/grill/py/source/pybase.h +++ b/externals/grill/py/source/pybase.h @@ -133,7 +133,7 @@ protected: #endif int detach; - bool xlate; + bool pymsg; bool gencall(PyObject *fun,PyObject *args); -- cgit v1.2.1