Moved import

This commit is contained in:
Sybren A. Stüvel 2016-07-15 16:56:55 +02:00
parent f899f6d1ab
commit a4817259c8

View File

@ -21,11 +21,11 @@
import asyncio import asyncio
import logging import logging
import threading import threading
import os
import bpy import bpy
import bgl import bgl
import blf import blf
import os
import pillarsdk import pillarsdk
from . import async_loop, pillar, cache from . import async_loop, pillar, cache