Merge pull request #2070 from soupault/fix_2069

FIX: Fix import of 'warn' in qt_plugin
This commit is contained in:
Josh Warner
2016-05-05 15:30:37 -05:00
+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.