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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-04-10 16:16:55 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-04-10 16:16:55 +0400
commitd944bc51b860aed99620b5aa596f237d4c3c656b (patch)
tree6f5ab836245b37cf41c90da87fbbcf934199a4a2 /mesh_looptools.py
parent4170ad9b49cc43201192447ba026407201ed7e32 (diff)
minor pep8 edits
Diffstat (limited to 'mesh_looptools.py')
-rw-r--r--mesh_looptools.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/mesh_looptools.py b/mesh_looptools.py
index 76b47150..2a403dd3 100644
--- a/mesh_looptools.py
+++ b/mesh_looptools.py
@@ -16,8 +16,6 @@
#
# ##### END GPL LICENSE BLOCK #####
-# <pep8 compliant>
-
bl_info = {
'name': "LoopTools",
'author': "Bart Crouch",