From eaae38551f19a06c903c8beadbcaad9453b81b49 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 21 Jun 2011 17:17:51 +0000 Subject: pep8 compliance --- doc/python_api/examples/bpy.props.4.py | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/python_api/examples/bpy.props.4.py b/doc/python_api/examples/bpy.props.4.py index d44f8947cb4..2b44d94f72a 100644 --- a/doc/python_api/examples/bpy.props.4.py +++ b/doc/python_api/examples/bpy.props.4.py @@ -10,6 +10,7 @@ All properties define update functions except for CollectionProperty. import bpy + def update_func(self, context): print("my test function", self) -- cgit v1.2.3