-
Committer:
Martin
-
Date:
2018-06-30 17:07:33 UTC
-
mto:
This revision was merged to the branch mainline in
revision
7012.
-
Revision ID:
gzlist@googlemail.com-20180630170733-myfkzs9bvlj10uec
Make mutter saner with string interpolation
Previously making everything utf-8 encoded bytes before interpolating
was most robust, but better particularly with Python 3 to leave as
unicode till all formatting has happened.