renamed bpy.sys to bpy.utils, since it used to be a attempt to replace pythons sys which is bundled now

This commit is contained in:
2009-11-03 18:08:25 +00:00
parent e4f90d9379
commit 6680dcd24a
5 changed files with 15 additions and 15 deletions

View File

@@ -200,7 +200,7 @@ static void bpy_init_modules( void )
}
bpy_import_test("bpy_ops"); /* adds its self to bpy.ops */
bpy_import_test("bpy_sys"); /* adds its self to bpy.sys */
bpy_import_test("bpy_utils"); /* adds its self to bpy.sys */
bpy_import_test("bpy_ext"); /* extensions to our existing types */
}