mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-04-11 07:33:35 +02:00
Move strftime to util.date module
In this patch strftime function is moved out of main __init__.py module to util.date, where it belongs.
This commit is contained in:
@@ -20,10 +20,10 @@ from math import ceil, floor
|
||||
|
||||
import bs4
|
||||
|
||||
from ebook_converter import (
|
||||
__appname__, entity_to_unicode, fit_image, force_unicode, preferred_encoding
|
||||
)
|
||||
from ebook_converter.constants_old import filesystem_encoding
|
||||
from ebook_converter import __appname__, entity_to_unicode, fit_image, \
|
||||
force_unicode
|
||||
from ebook_converter.constants_old import filesystem_encoding, \
|
||||
preferred_encoding
|
||||
from ebook_converter.devices.interface import DevicePlugin as Device
|
||||
from ebook_converter.ebooks import ConversionError
|
||||
from ebook_converter.ebooks.BeautifulSoup import html5_parser
|
||||
|
||||
Reference in New Issue
Block a user