Don't import things which import things which import bpy

This commit is contained in:
Ellwood Zwovic
2017-08-19 19:01:42 -07:00
parent ee93938211
commit 1766e1fa6e

View File

@@ -3,7 +3,6 @@ All the stuff that needs to run in a subprocess.
"""
from pathlib import Path
from . import utils
from . import bpkg
from . import messages
from .bpkg import exceptions as bpkg_exs