PML Output: Remove unnecessary import.

This commit is contained in:
John Schember 2009-12-05 21:40:27 -05:00
parent 4a20c9a582
commit 0fff29bfb2

View File

@ -14,7 +14,6 @@ from calibre.ebooks.oeb.base import XHTML, XHTML_NS, barename, namespace
from calibre.ebooks.oeb.stylizer import Stylizer from calibre.ebooks.oeb.stylizer import Stylizer
from calibre.ebooks.pdb.ereader import image_name from calibre.ebooks.pdb.ereader import image_name
from calibre.ebooks.pml import unipmlcode from calibre.ebooks.pml import unipmlcode
from calibre import entity_to_unicode
TAG_MAP = { TAG_MAP = {
'b' : 'B', 'b' : 'B',