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>2011-07-01 16:33:34 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-07-01 16:33:34 +0400
commit2c66ab12e93454d1783fc884600eebcba92ad314 (patch)
treef6f96d79d80c7f1742b8934ec2c089430072ec6e /release/scripts/modules/bpy
parent01550f880ed97f074a03603c0000e11af219f324 (diff)
minor pep8 edits
Diffstat (limited to 'release/scripts/modules/bpy')
-rw-r--r--release/scripts/modules/bpy/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/modules/bpy/__init__.py b/release/scripts/modules/bpy/__init__.py
index 6dcc5d7b285..9c48dc89f83 100644
--- a/release/scripts/modules/bpy/__init__.py
+++ b/release/scripts/modules/bpy/__init__.py
@@ -65,4 +65,4 @@ def _main():
_main()
-del _main \ No newline at end of file
+del _main