remove unused import

This commit is contained in:
John Schember 2009-05-13 15:18:49 -04:00
parent f8642e8eb3
commit f14a3a8601

View File

@ -17,7 +17,6 @@ from calibre.ebooks.oeb.base import OEB_IMAGES
from calibre.constants import __appname__, __version__
from BeautifulSoup import BeautifulSoup
from lxml import etree
TAG_MAP = {
'b' : 'strong',