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 'doc/blender_file_format/BlendFileDnaExporter_25.py')
-rwxr-xr-xdoc/blender_file_format/BlendFileDnaExporter_25.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/blender_file_format/BlendFileDnaExporter_25.py b/doc/blender_file_format/BlendFileDnaExporter_25.py
index 91a313b789f..f84f7482baf 100755
--- a/doc/blender_file_format/BlendFileDnaExporter_25.py
+++ b/doc/blender_file_format/BlendFileDnaExporter_25.py
@@ -411,7 +411,7 @@ def main():
# read blend header from blend file
log.info("2: read file:")
- if not dir in sys.path:
+ if dir not in sys.path:
sys.path.append(dir)
import BlendFileReader