1 # -----------------------------------------------------------------------------
2 # Copyright © 2009- The Spyder Development Team
4 # Licensed under the terms of the MIT License
5 # (see LICENSE.txt for details)
6 # -----------------------------------------------------------------------------
8 """Provides access to shiboken."""
15 QtBindingMissingModuleError
,
19 raise QtBindingMissingModuleError(name
='shiboken')
21 raise QtBindingMissingModuleError(name
='shiboken')
23 from shiboken2
import *
24 import shiboken2
as shiboken
26 from shiboken6
import *
27 import shiboken6
as shiboken