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-03-27 09:24:00 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-03-27 09:24:00 +0400
commita2e55353bf78810f4402cb6274367b50a427791e (patch)
tree59c243c6d5b19434d3e0a444c28bdb67b8191461 /io_import_scene_lwo.py
parent18a43e4e34cd43a807ac783ee41887f8c238d64d (diff)
pep8 cleanup. untag lwo and mhx formats as pep8 compliant.
Diffstat (limited to 'io_import_scene_lwo.py')
-rw-r--r--io_import_scene_lwo.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/io_import_scene_lwo.py b/io_import_scene_lwo.py
index 5c7bef7a..69fa2730 100644
--- a/io_import_scene_lwo.py
+++ b/io_import_scene_lwo.py
@@ -16,8 +16,6 @@
#
# ##### END GPL LICENSE BLOCK #####
-# <pep8 compliant>
-
bl_info= {
"name": "Import LightWave Objects",
"author": "Ken Nign (Ken9)",