File unicode.patch of Package python-pynput
Index: pynput-1.4.2/lib/pynput/_info.py =================================================================== --- pynput-1.4.2.orig/lib/pynput/_info.py +++ pynput-1.4.2/lib/pynput/_info.py @@ -1,6 +1,6 @@ # coding=utf-8 # pystray -# Copyright (C) 2015-2018 Moses Palmér +# Copyright (C) 2015-2018 Moses Palmer # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU Lesser General Public License as published by the Free @@ -15,5 +15,5 @@ # You should have received a copy of the GNU Lesser General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -__author__ = u'Moses Palmér' +__author__ = u'Moses Palmer' __version__ = (1, 4, 2)