Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/epubview/widgets.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2011-12-08 16:43:12 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2011-12-08 16:43:12 (GMT)
commit04c79b3723f0735e4b79ab20fccfc9d63288d86d (patch)
tree3ff20ecd88c040f2d1eb4f4330860e50de3d6b1a /epubview/widgets.py
parentd84d092a015022cc3bb43c7f355bc24fb6b7250a (diff)
Revert "Initial port to Gtk3"
This reverts commit 996d542fd7d2d464edd572b165e80f9cb2c20ec7.
Diffstat (limited to 'epubview/widgets.py')
-rw-r--r--epubview/widgets.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/epubview/widgets.py b/epubview/widgets.py
index 39c52ce..a603c34 100644
--- a/epubview/widgets.py
+++ b/epubview/widgets.py
@@ -1,9 +1,10 @@
-from gi.repository import WebKit
+import webkit
+import gtk
-class _WebView(WebKit.WebView):
+class _WebView(webkit.WebView):
def __init__(self):
- WebKit.WebView.__init__(self)
+ webkit.WebView.__init__(self)
def get_page_height(self):
'''