From a228d7ef7d23d47aab3d8a4e6bc437f35a3bdf9b Mon Sep 17 00:00:00 2001 From: Jacques Guignot Date: Sat, 21 Jun 2003 16:09:21 +0000 Subject: [PATCH] check in test... --- source/blender/python/api2_2x/doc/testworld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/python/api2_2x/doc/testworld.py b/source/blender/python/api2_2x/doc/testworld.py index 02d43a0784a..171855f66c9 100644 --- a/source/blender/python/api2_2x/doc/testworld.py +++ b/source/blender/python/api2_2x/doc/testworld.py @@ -1,5 +1,5 @@ import Blender - +#testfile list = Blender.World.Get() print "available worlds",list