mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-06 07:04:20 -04:00
Need the future imports for plugins parsing while it is done with python2
This commit is contained in:
parent
7d027eef97
commit
a6b4ceff58
@ -1,6 +1,8 @@
|
||||
#!/usr/bin/env python
|
||||
# vim:fileencoding=utf-8
|
||||
# License: GPLv3 Copyright: 2013, Kovid Goyal <kovid at kovidgoyal.net>
|
||||
from __future__ import absolute_import, division, print_function, unicode_literals
|
||||
|
||||
# Imports {{{
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user