Merge branch 'gi-require-version' of https://github.com/samdroid-apps/sugar-toolkit-gtk3
This commit is contained in:
commit
9c0f7df739
@ -27,6 +27,8 @@ import logging
|
||||
import os
|
||||
from ConfigParser import ConfigParser
|
||||
|
||||
import gi
|
||||
gi.require_version('Rsvg', '2.0')
|
||||
from gi.repository import GObject
|
||||
from gi.repository import Gtk
|
||||
from gi.repository import Gdk
|
||||
|
@ -21,6 +21,8 @@ UNSTABLE.
|
||||
import logging
|
||||
import time
|
||||
|
||||
import gi
|
||||
gi.require_version('Atspi', '2.0')
|
||||
from gi.repository import Atspi
|
||||
from gi.repository import GLib
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user