Deleted bpy import that somehow got added to the packaging script.

This commit is contained in:
Terry Hancock 2021-05-17 15:55:35 -05:00
parent d8463a5155
commit bc801d76e9
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@ in Blender.
""" """
import subprocess, os import subprocess, os
import bpy, bpy.utils
import abx import abx
VERSION_PKG = ('a',) VERSION_PKG = ('a',)