From 52efcbc744959deb4c36e2c723b63d8cc49e946d Mon Sep 17 00:00:00 2001 From: Campbell Barton <ideasman42@gmail.com> Date: Mon, 24 Jan 2011 12:03:15 +0000 Subject: [PATCH] fix [#25753] Byte-compile errors in some Python scripts --- add_curve_aceous_galore.py | 2 +- add_mesh_BoltFactory/createMesh.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py index ceb669e18..5183595bc 100644 --- a/add_curve_aceous_galore.py +++ b/add_curve_aceous_galore.py @@ -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 diff --git a/add_mesh_BoltFactory/createMesh.py b/add_mesh_BoltFactory/createMesh.py index 65b890899..cb972f401 100644 --- a/add_mesh_BoltFactory/createMesh.py +++ b/add_mesh_BoltFactory/createMesh.py @@ -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 -- GitLab