Revision: 19695
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19695
Author:   campbellbarton
Date:     2009-04-13 00:53:54 +0200 (Mon, 13 Apr 2009)

Log Message:
-----------
py3 needs print()

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/python/epy_doc_gen.py

Modified: branches/blender2.5/blender/source/blender/python/epy_doc_gen.py
===================================================================
--- branches/blender2.5/blender/source/blender/python/epy_doc_gen.py    
2009-04-12 22:43:07 UTC (rev 19694)
+++ branches/blender2.5/blender/source/blender/python/epy_doc_gen.py    
2009-04-12 22:53:54 UTC (rev 19695)
@@ -455,8 +455,8 @@
 
 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')


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to