Zachary Turner 4e8ddf5333 [Python] Fix issue configuring sys.path during startup.
Previously, users on Windows had to manually specify PYTHONPATH
to point to the site-packages directory before running LLDB.
The reason for this was because sys.path was being initialized
with a path containing unescaped backslashes, causing escape
sequences to end up in the paths.

llvm-svn: 234516
2015-04-09 18:08:50 +00:00
..
2014-07-01 21:22:11 +00:00
2012-12-04 00:32:51 +00:00
2012-12-04 00:32:51 +00:00
2013-01-21 19:20:50 +00:00
2012-12-04 00:32:51 +00:00
2012-12-04 00:32:51 +00:00
2015-02-20 19:46:30 +00:00