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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-02-09 15:25:53 +0300
committerCampbell Barton <campbell@blender.org>2022-02-09 15:47:34 +0300
commit312d6925c45fbd8bc15fd4a5207e70c1f27bfc62 (patch)
tree59b0d97c1ead04af16a920d9ced677c7a8af016f /tests/python/collada/mesh/test_mesh_simple.py
parentb4700a13c6aba992539af9d31c5f2c23d95b23fb (diff)
Cleanup: make file headers more consistent
Also some descriptive text into doc-strings.
Diffstat (limited to 'tests/python/collada/mesh/test_mesh_simple.py')
-rw-r--r--tests/python/collada/mesh/test_mesh_simple.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/python/collada/mesh/test_mesh_simple.py b/tests/python/collada/mesh/test_mesh_simple.py
index 5899d986a14..e48ddcd4477 100644
--- a/tests/python/collada/mesh/test_mesh_simple.py
+++ b/tests/python/collada/mesh/test_mesh_simple.py
@@ -16,10 +16,12 @@
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# ##### END GPL LICENSE BLOCK #####
-#
-# Call as follows:
-# python collada_mesh_simple.py --blender PATH_TO_BLENDER_EXE --testdir PATH_TO_SVN/lib/tests/collada/mesh
-#
+
+"""
+Call as follows:
+python collada_mesh_simple.py --blender PATH_TO_BLENDER_EXE --testdir PATH_TO_SVN/lib/tests/collada/mesh
+"""
+
import sys
import bpy
import argparse