[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1490] trunk/py/scripts/addons: fix [ #25753] Byte-compile errors in some Python scripts

Campbell Barton ideasman42 at gmail.com
Mon Jan 24 13:03:15 CET 2011


Revision: 1490
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=1490
Author:   campbellbarton
Date:     2011-01-24 12:03:15 +0000 (Mon, 24 Jan 2011)
Log Message:
-----------
fix [#25753] Byte-compile errors in some Python scripts

Modified Paths:
--------------
    trunk/py/scripts/addons/add_curve_aceous_galore.py
    trunk/py/scripts/addons/add_mesh_BoltFactory/createMesh.py
    trunk/py/scripts/addons/add_mesh_BoltFactory/original_script_add_mesh_bolt.py

Modified: trunk/py/scripts/addons/add_curve_aceous_galore.py
===================================================================
--- trunk/py/scripts/addons/add_curve_aceous_galore.py	2011-01-24 11:44:01 UTC (rev 1489)
+++ trunk/py/scripts/addons/add_curve_aceous_galore.py	2011-01-24 12:03:15 UTC (rev 1490)
@@ -1,4 +1,4 @@
-# ##### BEGIN GPL LICENSE BLOCK #####
+# ##### BEGIN GPL LICENSE BLOCK #####
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU General Public License

Modified: trunk/py/scripts/addons/add_mesh_BoltFactory/createMesh.py
===================================================================
--- trunk/py/scripts/addons/add_mesh_BoltFactory/createMesh.py	2011-01-24 11:44:01 UTC (rev 1489)
+++ trunk/py/scripts/addons/add_mesh_BoltFactory/createMesh.py	2011-01-24 12:03:15 UTC (rev 1490)
@@ -1,4 +1,4 @@
-# ##### BEGIN GPL LICENSE BLOCK #####
+# ##### BEGIN GPL LICENSE BLOCK #####
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU General Public License

Modified: trunk/py/scripts/addons/add_mesh_BoltFactory/original_script_add_mesh_bolt.py
===================================================================
--- trunk/py/scripts/addons/add_mesh_BoltFactory/original_script_add_mesh_bolt.py	2011-01-24 11:44:01 UTC (rev 1489)
+++ trunk/py/scripts/addons/add_mesh_BoltFactory/original_script_add_mesh_bolt.py	2011-01-24 12:03:15 UTC (rev 1490)
@@ -1,4 +1,4 @@
-# ##### BEGIN GPL LICENSE BLOCK #####
+# ##### BEGIN GPL LICENSE BLOCK #####
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU General Public License



More information about the Bf-extensions-cvs mailing list