diff options
| author | Zachary Turner <zturner@google.com> | 2015-10-23 19:52:36 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2015-10-23 19:52:36 +0000 |
| commit | 58968ac83f23c2987d7bdd349d5b0a82f4a2e812 (patch) | |
| tree | b6774965bbc6ddb1822fb946ae4f190ceaf79ccb /lldb/test/functionalities/command_script/import/dummymodule.py | |
| parent | 9b058a6ec737bf992ac08fec37a6cf0504bdca45 (diff) | |
| download | bcm5719-llvm-58968ac83f23c2987d7bdd349d5b0a82f4a2e812.tar.gz bcm5719-llvm-58968ac83f23c2987d7bdd349d5b0a82f4a2e812.zip | |
Make uses of unicode literals portable.
Six provides six.u() which resolves to either u"" or "" depending on
Python version, and and six.unichr() which resolves to either unichr()
or chr() depending on Python version. Use these functions anywhere
where we were relying on u"" or unichr().
llvm-svn: 251139
Diffstat (limited to 'lldb/test/functionalities/command_script/import/dummymodule.py')
0 files changed, 0 insertions, 0 deletions

