diff options
author | Paul Tipei <paul.bogdan.tipei@intel.com> | 2020-02-19 15:07:16 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2020-03-24 16:08:35 (GMT) |
commit | 2003f3b5c098b27a70952bfc1847f4140cb2afec (patch) | |
tree | e83dc05b50b504dad8f07d54c9a524082067567b | |
parent | 35de9e8ffb17706816d3f9bb9751297f4beb87e1 (diff) | |
download | SCons-2003f3b5c098b27a70952bfc1847f4140cb2afec.zip SCons-2003f3b5c098b27a70952bfc1847f4140cb2afec.tar.gz SCons-2003f3b5c098b27a70952bfc1847f4140cb2afec.tar.bz2 |
updated the option-tree.py file
-rw-r--r-- | test/option--tree.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/option--tree.py b/test/option--tree.py index d44b602..fb255dc 100644 --- a/test/option--tree.py +++ b/test/option--tree.py @@ -61,10 +61,7 @@ except NameError: env.Textfile("Foo", write) """) -if sys.version_info.major < 3: - py23_char = unichr(0xe7).encode('utf-8') -else: - py23_char = chr(0xe7) +py23_char = chr(0xe7) expected = """Creating 'Foo.txt' +-. |