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 <ideasman42@gmail.com>2018-07-03 07:47:49 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-03 07:55:02 +0300
commit8c15d612a5cdfe39233c7f2b7556742091c82558 (patch)
tree248e7611f9245c1796515baef2ace410bf896c9d /tests/check_deprecated.py
parentb66aa0b0a6b123e833d4038a77a5d3f04c37a9a0 (diff)
Cleanup: pep8
Diffstat (limited to 'tests/check_deprecated.py')
-rw-r--r--tests/check_deprecated.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check_deprecated.py b/tests/check_deprecated.py
index 6e07f8fdb31..7595bb4ff81 100644
--- a/tests/check_deprecated.py
+++ b/tests/check_deprecated.py
@@ -142,5 +142,6 @@ def main():
else:
print("\nnone found!")
+
if __name__ == '__main__':
main()