mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-04-10 15:13:35 +02:00
Removing unneeded from __future__ import statements.
Since we are on Python 3.6 and up, we don't need those anymore.
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
#!/usr/bin/env python2
|
||||
# vim:fileencoding=utf-8
|
||||
# License: GPLv3 Copyright: 2016, Kovid Goyal <kovid at kovidgoyal.net>
|
||||
|
||||
from __future__ import absolute_import, division, print_function, unicode_literals
|
||||
|
||||
import json
|
||||
import re
|
||||
from collections import defaultdict, namedtuple
|
||||
@@ -31,6 +25,7 @@ from ebook_converter.utils.date import (
|
||||
from ebook_converter.utils.iso8601 import parse_iso8601
|
||||
from ebook_converter.utils.localization import canonicalize_lang
|
||||
|
||||
|
||||
# Utils {{{
|
||||
_xpath_cache = {}
|
||||
_re_cache = {}
|
||||
|
||||
Reference in New Issue
Block a user