Deprecated ibus python library.

This commit is contained in:
Peng Huang 2012-01-04 17:41:21 -05:00
Родитель 64f8274b59
Коммит 1cf24fbfd6
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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 *