Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2009-11-08 01:07:46 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-11-08 01:07:46 +0300
commit4e61f8a836b0973234765fa302379bc1d7493e34 (patch)
treed419069a09009cab2965d5d1600334f458edef9f /release/scripts/templates/operator_simple.py
parent5bb88685cac3061082cd21fdf56b5e3fa6c5a2c3 (diff)
pep8 whitespace commit
bpy/rna api (no functionality change, just move getting the srna py base into a function)
Diffstat (limited to 'release/scripts/templates/operator_simple.py')
-rw-r--r--release/scripts/templates/operator_simple.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/templates/operator_simple.py b/release/scripts/templates/operator_simple.py
index 6e166a3e970..438df083d4d 100644
--- a/release/scripts/templates/operator_simple.py
+++ b/release/scripts/templates/operator_simple.py
@@ -4,12 +4,12 @@
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
-#
+#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
-#
+#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software Foundation,
# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.