From 2dc06f6d50d14a97ff0c37f88b6979d18a0fd279 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 3 Jul 2012 09:01:43 +0000 Subject: Style edit (mostly), use """ for docstrings (not '''). --- io_anim_nuke_chan/__init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'io_anim_nuke_chan/__init__.py') diff --git a/io_anim_nuke_chan/__init__.py b/io_anim_nuke_chan/__init__.py index 5636de29..c025812c 100644 --- a/io_anim_nuke_chan/__init__.py +++ b/io_anim_nuke_chan/__init__.py @@ -66,8 +66,8 @@ rotation_order = EnumProperty( class ImportChan(Operator, ImportHelper): - '''Import animation from .chan file, exported from nuke or houdini. ''' \ - '''The importer uses frame numbers from the file''' + """Import animation from .chan file, exported from nuke or houdini """ \ + """(the importer uses frame numbers from the file)""" bl_idname = "import_scene.import_chan" bl_label = "Import chan file" @@ -106,8 +106,8 @@ class ImportChan(Operator, ImportHelper): class ExportChan(Operator, ExportHelper): - '''Export the animation to .chan file, readable by nuke and houdini. ''' \ - '''The exporter uses frames from the frames range''' + """Export the animation to .chan file, readable by nuke and houdini """ \ + """(the exporter uses frames from the frames range)""" bl_idname = "export.export_chan" bl_label = "Export chan file" -- cgit v1.2.3