[Sugar-devel] [PATCH] removing imports that prevented launching
Rafael Ortiz
rafael at activitycentral.com
Sat Jun 4 18:22:35 EDT 2011
removing BeautifulSoup imports that prevented launch,
this regression can affect epubview.
---
epubview/epubview.py | 1 -
epubview/jobs.py | 1 -
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
--
1.7.4.1
More information about the Sugar-devel
mailing list