Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'io_blend_utils/blender_bam-unpacked.whl/bam/utils/system.py')
-rw-r--r--io_blend_utils/blender_bam-unpacked.whl/bam/utils/system.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/io_blend_utils/blender_bam-unpacked.whl/bam/utils/system.py b/io_blend_utils/blender_bam-unpacked.whl/bam/utils/system.py
index 313173ee..f4d3469b 100644
--- a/io_blend_utils/blender_bam-unpacked.whl/bam/utils/system.py
+++ b/io_blend_utils/blender_bam-unpacked.whl/bam/utils/system.py
@@ -140,4 +140,3 @@ def is_subdir(path, directory):
if path.startswith(directory.rstrip(sep) + sep):
return True
return False
-