[chrome-gnome-shell/feature/python3] python2: make all sting literals unicode strings
- From: Yuri Konotopov <ykonotopov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chrome-gnome-shell/feature/python3] python2: make all sting literals unicode strings
- Date: Sun, 27 Mar 2016 10:18:47 +0000 (UTC)
commit 98d961553ecc7e3fffffdb6dff69fbcf3663e718
Author: Yuri Konotopov <ykonotopov gmail com>
Date: Sun Mar 27 12:46:47 2016 +0300
python2: make all sting literals unicode strings
connector/gs-chrome-connector.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/connector/gs-chrome-connector.py b/connector/gs-chrome-connector.py
index e17d0dd..5e6bd11 100755
--- a/connector/gs-chrome-connector.py
+++ b/connector/gs-chrome-connector.py
@@ -10,6 +10,7 @@
(at your option) any later version.
'''
+from __future__ import unicode_literals
from __future__ import print_function
from gi.repository import GLib, Gio
import json
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]