Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSayamindu Dasgupta <sayamindu@gmail.com>2009-12-29 18:47:51 (GMT)
committer Sayamindu Dasgupta <sayamindu@gmail.com>2009-12-29 18:47:51 (GMT)
commitc9075c2ffe2fe3b75a86c4938ceecd366739ab4d (patch)
tree0e48faa5885c8ac2aeacb68ac9ff4b046174ae5b
parentba1a7066eb660468dbd4dcb551a96aabf73dc78f (diff)
Modify epubadapter to handle the new layout
-rw-r--r--epubadapter.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/epubadapter.py b/epubadapter.py
index a3cf280..8a0cd3d 100644
--- a/epubadapter.py
+++ b/epubadapter.py
@@ -1,6 +1,9 @@
import gobject
import logging
+import os, sys
+
+sys.path.append(os.path.join(os.environ['SUGAR_BUNDLE_PATH'], 'epubview'))
import epubview
_logger = logging.getLogger('read-activity')