py3 needs print()

This commit is contained in:
2009-04-12 22:53:54 +00:00
parent 81e0f6f3ce
commit e9937120b8

View File

@@ -455,8 +455,8 @@ def op2epy(target_path):
if __name__ == '__main__':
if 'bpy' not in dir():
print "\nError, this script must run from inside blender."
print script_help_msg
print("\nError, this script must run from inside blender.")
print(script_help_msg)
else:
rna2epy('source/blender/python/doc/rna.py')