mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-04 23:23:38 +02:00
Need the future imports for plugins parsing while it is done with python2
This commit is contained in:
parent
7d027eef97
commit
a6b4ceff58
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue