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-12-31 14:57:35 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-12-31 14:57:35 +0400
commitaff35474fc25df21447d031f664da333889aed9e (patch)
tree07140e05c8629f2f5b3d6ae9d4915bcce646d715 /io_mesh_raw/__init__.py
parent77774b1f12f94a7dd5ee9b0f21f99cb7780f51be (diff)
various style edits, no functional changes
Diffstat (limited to 'io_mesh_raw/__init__.py')
-rw-r--r--io_mesh_raw/__init__.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/io_mesh_raw/__init__.py b/io_mesh_raw/__init__.py
index f712a7a1..6c8f1e21 100644
--- a/io_mesh_raw/__init__.py
+++ b/io_mesh_raw/__init__.py
@@ -16,7 +16,7 @@
#
# ##### END GPL LICENSE BLOCK #####
-# <pep8 compliant>
+# <pep8-80 compliant>
bl_info = {
@@ -28,10 +28,10 @@ bl_info = {
"location": "File > Import-Export > Raw Faces (.raw) ",
"description": "Import-Export Raw Faces",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
- "Scripts/Import-Export/Raw_Mesh_IO",
- "tracker_url": "https://projects.blender.org/tracker/index.php?"\
- "func=detail&aid=25692",
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
+ "Scripts/Import-Export/Raw_Mesh_IO",
+ "tracker_url": "https://projects.blender.org/tracker/index.php?"
+ "func=detail&aid=25692",
"category": "Import-Export"}
if "bpy" in locals():