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 'source/tests/bl_load_addons.py')
-rw-r--r--source/tests/bl_load_addons.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tests/bl_load_addons.py b/source/tests/bl_load_addons.py
index 5bd83abbcb6..21a0101d684 100644
--- a/source/tests/bl_load_addons.py
+++ b/source/tests/bl_load_addons.py
@@ -57,7 +57,7 @@ def reload_addons(do_reload=True, do_reverse=True):
imp.reload(sys.modules[mod_name])
if do_reverse:
- # incase order matters when it shouldnt
+ # in case order matters when it shouldnt
modules.reverse()