Fixed import in qt_plugin

This commit is contained in:
Egor Panfilov
2016-05-05 12:15:05 +03:00
parent e0e8718884
commit dd8e5f08a4
+3 -2
View File
@@ -1,6 +1,7 @@
from ..._shared import warn
from .util import prepare_for_display, window_manager
import numpy as np
from .util import prepare_for_display, window_manager
from ..._shared.utils import warn
# We try to aquire the gui lock first or else the gui import might
# trample another GUI's PyOS_InputHook.