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
path: root/doc
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2013-09-29 18:57:47 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-09-29 18:57:47 +0400
commita6789a7f2eecc81d299500c117510066cd836af6 (patch)
tree0557c8dffa050a5fa810044f63a8721ac9a7846c /doc
parentaf915b443a24ec0ff5fa1d094157716080fe3424 (diff)
Fix broken example, reported by Codemanx on IRC, thanks.
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/examples/bpy.types.UIList.2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/python_api/examples/bpy.types.UIList.2.py b/doc/python_api/examples/bpy.types.UIList.2.py
index 3ffd099859a..4e30e6895d6 100644
--- a/doc/python_api/examples/bpy.types.UIList.2.py
+++ b/doc/python_api/examples/bpy.types.UIList.2.py
@@ -8,7 +8,7 @@ example of how to create/use filtering/reordering callbacks.
import bpy
-class MESH_UL_vgroups_slow(UIList):
+class MESH_UL_vgroups_slow(bpy.types.UIList):
# Constants (flags)
# Be careful not to shadow FILTER_ITEM!
VGROUP_EMPTY = 1 << 0