mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Modernize future import
This commit is contained in:
parent
0e3c79ef70
commit
ef7222d007
@ -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…
x
Reference in New Issue
Block a user