Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/epubview/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'epubview/__init__.py')
-rw-r--r--epubview/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/epubview/__init__.py b/epubview/__init__.py
index 5051bdf..adff032 100644
--- a/epubview/__init__.py
+++ b/epubview/__init__.py
@@ -15,9 +15,9 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-import gobject
+from gi.repository import GObject
-gobject.threads_init()
+GObject.threads_init()
from epub import _Epub as Epub
from epubview import _View as EpubView