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:
Diffstat (limited to 'tests/python/bl_blendfile_io.py')
-rw-r--r--tests/python/bl_blendfile_io.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/python/bl_blendfile_io.py b/tests/python/bl_blendfile_io.py
index ab06e313566..49814ea5902 100644
--- a/tests/python/bl_blendfile_io.py
+++ b/tests/python/bl_blendfile_io.py
@@ -44,10 +44,9 @@ class TestBlendFileSaveLoadBasic(TestHelper):
assert(orig_data == read_data)
-
TESTS = (
TestBlendFileSaveLoadBasic,
- )
+)
def argparse_create():