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_rna_manual_reference.py')
-rw-r--r--tests/python/bl_rna_manual_reference.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/python/bl_rna_manual_reference.py b/tests/python/bl_rna_manual_reference.py
index c67b6c1532b..00e40fe571b 100644
--- a/tests/python/bl_rna_manual_reference.py
+++ b/tests/python/bl_rna_manual_reference.py
@@ -155,5 +155,6 @@ def main():
test_language_coverage()
test_urls()
+
if __name__ == "__main__":
main()