Sync to trunk.

This commit is contained in:
John Schember 2009-09-02 19:05:49 -04:00
commit 10085c8f1b
2 changed files with 11 additions and 12 deletions

View File

@ -8,7 +8,6 @@ __docformat__ = 'restructuredtext en'
Transform OEB content into FB2 markup
'''
import os
import cStringIO
from base64 import b64encode

View File

@ -8,12 +8,12 @@ __docformat__ = 'restructuredtext en'
Transform OEB content into RB compatible markup.
'''
import os
import re
from calibre import prepare_string_for_xml
from calibre.ebooks.oeb.base import XHTML, XHTML_NS, barename, namespace
from calibre.ebooks.oeb.stylizer import Stylizer
from calibre.ebooks.rb import unique_name
TAGS = [
'b',