mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-17 22:34:58 +01:00
Modernize future import
This commit is contained in:
parent
0e3c79ef70
commit
ef7222d007
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# vim:fileencoding=utf-8
|
||||
# License: GPL v3 Copyright: 2015, Kovid Goyal <kovid at kovidgoyal.net>
|
||||
from __python__ import hash_literals
|
||||
from __python__ import hash_literals, bound_methods
|
||||
|
||||
DARK = '#39322B'
|
||||
LIGHT = '#F6F3E9'
|
||||
|
|
|
|||
Loading…
Reference in a new issue