From c24359d93a4d2862e185f73814eff9213a98dc46 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 31 Mar 2016 00:07:42 +1100 Subject: Correct import (missed when moving from BAM) --- io_blend_utils/blend/blendfile_path_walker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_blend_utils') diff --git a/io_blend_utils/blend/blendfile_path_walker.py b/io_blend_utils/blend/blendfile_path_walker.py index 9c6c800f..b7c37a07 100644 --- a/io_blend_utils/blend/blendfile_path_walker.py +++ b/io_blend_utils/blend/blendfile_path_walker.py @@ -627,7 +627,7 @@ class bf_utils: def iter_array(block, length=-1): assert(block.code == b'DATA') - import blendfile + from blend import blendfile import os handle = block.file.handle header = block.file.header -- cgit v1.2.3