fix for error in template

This commit is contained in:
Campbell Barton 2011-08-10 09:16:35 +00:00
parent 958c468b07
commit 036077ebc6

@ -47,4 +47,4 @@ if __name__ == "__main__":
register()
# test call
bpy.ops.object.modal_operator()
bpy.ops.object.modal_operator('INVOKE_DEFAULT')