Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epubview/epubview.py1
-rw-r--r--epubview/jobs.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/epubview/epubview.py b/epubview/epubview.py
index 432c332..cec56c5 100644
--- a/epubview/epubview.py
+++ b/epubview/epubview.py
@@ -22,7 +22,6 @@ import widgets
import os.path
import math
import shutil
-import BeautifulSoup
from epub import _Epub
from jobs import _JobPaginator as _Paginator
diff --git a/epubview/jobs.py b/epubview/jobs.py
index a0b6771..779b69c 100644
--- a/epubview/jobs.py
+++ b/epubview/jobs.py
@@ -23,7 +23,6 @@ import cairo
import math
import os.path
-import BeautifulSoup
import epub