Modernize future import

This commit is contained in:
Kovid Goyal
2020-08-19 22:47:01 +05:30
parent 0e3c79ef70
commit ef7222d007
+1 -1
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'