Modernize future import

This commit is contained in:
Kovid Goyal 2020-08-19 22:47:01 +05:30
parent 0e3c79ef70
commit ef7222d007
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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'