Fix unit test error on Windows

This commit is contained in:
Sybren A. Stüvel
2017-07-14 09:53:20 +02:00
parent c9817c67fc
commit 0f793ee606

View File

@@ -38,7 +38,7 @@ BLACKLIST = {
'io_import_dxf', # Because of cydxfentity.so dependency
# The unpacked wheel is only loaded when actually used, not directly on import:
"io_blend_utils/blender_bam-unpacked.whl",
os.path.join("io_blend_utils", "blender_bam-unpacked.whl"),
}
# Some modules need to add to the `sys.path`.