Fix script_load_modules test failure in power sequencer

This commit is contained in:
Brecht Van Lommel 2019-09-08 15:16:07 +02:00
parent b6114c3849
commit ad21a6c224

@ -37,6 +37,8 @@ BLACKLIST = {
"io_export_dxf", # TODO, check on why this fails
'io_import_dxf', # Because of cydxfentity.so dependency
# Utility scripts not meant to be used as modules
os.path.join("power_sequencer", "scripts"),
# The unpacked wheel is only loaded when actually used, not directly on import:
os.path.join("io_blend_utils", "blender_bam-unpacked.whl"),
}