Skip to content

Commit

Permalink
Silence GI warning by specifying IBus version. Fixes #27
Browse files Browse the repository at this point in the history
  • Loading branch information
salty-horse committed Apr 4, 2018
1 parent a61dc5b commit 30a7782
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ibus.py
Expand Up @@ -20,6 +20,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

import gi
gi.require_version('IBus', '1.0')
from gi.repository import IBus
from gi.repository import GLib
from gi.repository import GObject
Expand Down

0 comments on commit 30a7782

Please sign in to comment.