Correct import (missed when moving from BAM)

This commit is contained in:
Campbell Barton 2016-03-31 00:07:42 +11:00
parent 320d4f7baf
commit c24359d93a
Notes: blender-bot 2023-02-14 19:48:46 +01:00
Referenced by issue #47916, Blendutils addon : python import error
1 changed files with 1 additions and 1 deletions

View File

@ -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