Update copyright year

This commit is contained in:
Dan 2019-01-05 18:29:48 +01:00
parent c7b1d6f70a
commit 7cb1c99e28

View File

@ -18,7 +18,7 @@
import sys import sys
__copyright__ = "Copyright (C) 2017-2018 Dan Tès <https://github.com/delivrance>".replace( __copyright__ = "Copyright (C) 2017-2019 Dan Tès <https://github.com/delivrance>".replace(
"\xe8", "\xe8",
"e" if sys.getfilesystemencoding() != "utf-8" else "\xe8" "e" if sys.getfilesystemencoding() != "utf-8" else "\xe8"
) )