made argument conversion for much more verbose, wasnt giving enough info with bad operator args.

(commit 27432 by Campbell from render25 branch)
This commit is contained in:
2010-03-16 17:19:42 +00:00
parent f17dcf58c8
commit 46ed51ce26
2 changed files with 31 additions and 18 deletions

View File

@@ -243,8 +243,8 @@ PyObject *BPY_exception_buffer(void)
PyErr_Clear();
/* import StringIO / io
* string_io = StringIO.StringIO()
/* import io
* string_io = io.StringIO()
*/
if(! (string_io_mod= PyImport_ImportModule("io")) ) {