Deprecated ibus python library.
This commit is contained in:
Родитель
64f8274b59
Коммит
1cf24fbfd6
|
@ -20,6 +20,10 @@
|
|||
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
|
||||
# Boston, MA 02111-1307 USA
|
||||
|
||||
import warnings
|
||||
warnings.warn("The ibus module is deprecated; "
|
||||
"Please use gobject-introspection instead", DeprecationWarning)
|
||||
|
||||
from object import *
|
||||
from attribute import *
|
||||
from property import *
|
||||
|
|
Загрузка…
Ссылка в новой задаче