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:
Diffstat (limited to 'io_scene_m3/import_m3.py')
-rw-r--r--io_scene_m3/import_m3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_m3/import_m3.py b/io_scene_m3/import_m3.py
index b50562ef..f22a089c 100644
--- a/io_scene_m3/import_m3.py
+++ b/io_scene_m3/import_m3.py
@@ -338,7 +338,7 @@ def read(file, context, op):
class M3Importer(bpy.types.Operator):
- '''Import from M3 file format (.m3)'''
+ """Import from M3 file format (.m3)"""
bl_idname = "import_mesh.blizzard_m3"
bl_label = 'Import M3'
bl_options = {'UNDO'}