<div dir="ltr">Good question, I don't know.  But I don't see how it could be correct, because python module names are case-sensitive, and existing python code is written against the un-normalized names.</div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Thu, Jul 10, 2014 at 2:03 PM, Todd Fiala <span dir="ltr"><<a href="mailto:tfiala@google.com" target="_blank">tfiala@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Looks fine, I'm giving it a test run now...<br>
<br>
================<br>
Comment at: scripts/Python/finishSwigPythonLLDB.py:154<br>
@@ -153,3 +151,1 @@<br>
        for strPkgFile in vListPkgFiles:<br>
-               strPyFile = os.path.normcase( strPkgFile );<br>
-               if os.path.exists( strPyFile ) and os.path.isfile( strPyFile ):<br>
----------------<br>
Hey what was the normcase() trying to take care of?<br>
<br>
<a href="http://reviews.llvm.org/D4441" target="_blank">http://reviews.llvm.org/D4441</a><br>
<br>
<br>
</blockquote></div><br></div>