diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-07-12 08:45:08 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-07-12 08:45:11 +0900 |
commit | acd1a4731ee2dfd6bc09e0449094bc738ac6f939 (patch) | |
tree | 6ddf79b53514c06de41ff52247c080f6db49b03f /tests/compathelper.py | |
parent | 55e9ab1b728021859bb9ef5d5f27049c530d880e (diff) | |
download | pygobject2-acd1a4731ee2dfd6bc09e0449094bc738ac6f939.tar.gz pygobject2-acd1a4731ee2dfd6bc09e0449094bc738ac6f939.tar.bz2 pygobject2-acd1a4731ee2dfd6bc09e0449094bc738ac6f939.zip |
Imported Upstream version 3.2.1
Change-Id: I4de394b259e3dd06791eb9dfe3684a30dfeef7aa
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'tests/compathelper.py')
-rw-r--r-- | tests/compathelper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compathelper.py b/tests/compathelper.py index 2465747..668e60a 100644 --- a/tests/compathelper.py +++ b/tests/compathelper.py @@ -49,7 +49,7 @@ if sys.version_info >= (3, 0): for tests that need to write to intefaces that take unicode in python 2 - python 3 strings are unicode encoded as UTF-8 so the unicode object + python 3 strings are unicode encoded as UTF-8 so the unicode object doesn't exist python 2 differs between a string an unicode string and you must specify |