add comment
authorEli Bendersky <eliben@gmail.com>
Mon, 8 Apr 2013 13:41:37 +0000 (06:41 -0700)
committerEli Bendersky <eliben@gmail.com>
Mon, 8 Apr 2013 13:41:37 +0000 (06:41 -0700)
scripts/readelf.py

index 56b78e3d32a4a51d55c10fc0649de656c1eba4d5..720106d5d5532381b1b6a701e22a0d35618fb4d4 100755 (executable)
@@ -11,7 +11,8 @@ import os, sys
 from optparse import OptionParser
 import string
 
-# For running from development directory.
+# For running from development directory. It should take precedence over the
+# installed pyelftools.
 sys.path.insert(0, '.')