[Lldb-commits] [PATCH] D14375: [swig] Start of pylint on python build scripts.

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 5 10:11:40 PST 2015


zturner added a comment.

Seems ok I suppose, I can't find any functional changes from eyeballing it aside from the import changes.  I'm still confused why `utilsDebug.py` even worked before


================
Comment at: scripts/utilsDebug.py:14
@@ -16,2 +13,3 @@
 # Python modules:
+import sys
 
----------------
What's causing modules to be added / removed from the diffed version?  Is this some kind of "include what you use" type of thing that detects if you have unused modules?

Speaking of which, this module got *added* not removed.  How was it even working before?


http://reviews.llvm.org/D14375





More information about the lldb-commits mailing list