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>2013-01-19 07:04:51 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-01-19 07:04:51 +0400
commit53e383ff9da3636db5b1b6288ba7aea0dfaf5393 (patch)
treed46d091f8b9ea0ceeb3d6a390cd7891f66828d85 /source/tests/bl_load_py_modules.py
parent5006a39c271ae7025399a1ad28fd8dc19d50f092 (diff)
patch [#33924] Spelling Corrections
from Gavin Howard (gdh)
Diffstat (limited to 'source/tests/bl_load_py_modules.py')
-rw-r--r--source/tests/bl_load_py_modules.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tests/bl_load_py_modules.py b/source/tests/bl_load_py_modules.py
index b634b4c4385..d65b9605d36 100644
--- a/source/tests/bl_load_py_modules.py
+++ b/source/tests/bl_load_py_modules.py
@@ -107,7 +107,7 @@ def load_modules():
modules.append(mod_imp)
#
- # check which filepaths we didnt load
+ # check which filepaths we didn't load
source_files = []
for mod_dir in module_paths:
source_files.extend(source_list(mod_dir, filename_check=lambda f: f.endswith(".py")))