mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 18:13:04 +02:00
py3ize new file header
This commit is contained in:
parent
34b9c1f178
commit
9a22962e54
1 changed files with 1 additions and 3 deletions
|
|
@ -1,9 +1,7 @@
|
|||
#!/usr/bin/env python2
|
||||
#!/usr/bin/env python
|
||||
# vim:fileencoding=utf-8
|
||||
# License: GPL v3 Copyright: 2020, Kovid Goyal <kovid at kovidgoyal.net>
|
||||
|
||||
from __future__ import absolute_import, division, print_function, unicode_literals
|
||||
|
||||
from itertools import chain
|
||||
|
||||
from PyQt5.Qt import (
|
||||
|
|
|
|||
Loading…
Reference in a new issue