Deleted bpy import that somehow got added to the packaging script.
This commit is contained in:
parent
d8463a5155
commit
bc801d76e9
|
@ -7,8 +7,6 @@ in Blender.
|
|||
"""
|
||||
import subprocess, os
|
||||
|
||||
import bpy, bpy.utils
|
||||
|
||||
import abx
|
||||
|
||||
VERSION_PKG = ('a',)
|
||||
|
|
Loading…
Reference in New Issue