summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/command_script/import/dummymodule.py
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-10-23 19:52:36 +0000
committerZachary Turner <zturner@google.com>2015-10-23 19:52:36 +0000
commit58968ac83f23c2987d7bdd349d5b0a82f4a2e812 (patch)
treeb6774965bbc6ddb1822fb946ae4f190ceaf79ccb /lldb/test/functionalities/command_script/import/dummymodule.py
parent9b058a6ec737bf992ac08fec37a6cf0504bdca45 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud