From dc05dfe881d86f2bf5f6c0c9ccf8d847a6ec376d Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sun, 26 Sep 2004 23:03:16 +0000 Subject: "" svn path=/trunk/; revision=2057 --- externals/grill/py/source/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'externals/grill/py/source/main.cpp') diff --git a/externals/grill/py/source/main.cpp b/externals/grill/py/source/main.cpp index 6a28acc9..8c46b037 100644 --- a/externals/grill/py/source/main.cpp +++ b/externals/grill/py/source/main.cpp @@ -31,8 +31,8 @@ V py::lib_setup() Py_Initialize(); #ifdef FLEXT_DEBUG - Py_DebugFlag = 1; -// Py_VerboseFlag = 1; +// Py_DebugFlag = 1; + Py_VerboseFlag = 1; #endif #ifdef FLEXT_THREADS -- cgit v1.2.1