Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/python/intern/bpy_util.c')
-rw-r--r--source/blender/python/intern/bpy_util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/python/intern/bpy_util.c b/source/blender/python/intern/bpy_util.c
index a2bcfa63c31..38462d1b176 100644
--- a/source/blender/python/intern/bpy_util.c
+++ b/source/blender/python/intern/bpy_util.c
@@ -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")) ) {