hanchenye-llvm-project/lldb/utils
Zachary Turner 9618980a19 Python 3: Modernize exception raising syntax.
Old-style: `raise foo, bar`
New-style: `raise foo(bar)`

These two statements are equivalent, but the former is an error in
Python 3.

llvm-svn: 251977
2015-11-03 21:01:45 +00:00
..
git-svn
lui
misc
sync-source Python 3: Modernize exception raising syntax. 2015-11-03 21:01:45 +00:00
test
vim-lldb