From a6789a7f2eecc81d299500c117510066cd836af6 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Sun, 29 Sep 2013 14:57:47 +0000 Subject: Fix broken example, reported by Codemanx on IRC, thanks. --- doc/python_api/examples/bpy.types.UIList.2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3