Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/epubadapter.py
diff options
context:
space:
mode:
Diffstat (limited to 'epubadapter.py')
-rw-r--r--epubadapter.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/epubadapter.py b/epubadapter.py
index a3cf280..db17cc2 100644
--- a/epubadapter.py
+++ b/epubadapter.py
@@ -41,15 +41,11 @@ class View(epubview.EpubView):
def handle_link(self, link):
self._load_file(link)
-
class EpubDocument(epubview.Epub):
def __init__(self, view, docpath):
epubview.Epub.__init__(self, docpath)
self._page_cache = view
- def get_page_cache(self):
- return self._page_cache
-
def get_n_pages(self):
return int(self._page_cache.get_pagecount())