mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
gdbus-codegen: Set source coding to utf-8
Some of the recent changes introduced UTF-8 characters which made gdbus-codegen to crash when using Python 2. Following PEP 263, the utf-8 coding comment has been used. PEP: https://www.python.org/dev/peps/pep-0263/ BUG: https://bugzilla.gnome.org/show_bug.cgi?id=791015 Signed-off-by: Emmanuele Bassi <ebassi@gnome.org>
This commit is contained in:
parent
88101e5981
commit
261cb8ea86
@ -1,4 +1,5 @@
|
||||
# -*- Mode: Python -*-
|
||||
# coding=utf-8
|
||||
|
||||
# GDBus - GLib D-Bus Library
|
||||
#
|
||||
|
@ -1,4 +1,5 @@
|
||||
# -*- Mode: Python -*-
|
||||
# coding=utf-8
|
||||
|
||||
# GDBus - GLib D-Bus Library
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user