commit | 34d80018fff83af5d314971409eed5687d8bda93 | [log] [tgz] |
---|---|---|
author | Eli Bendersky <eliben@gmail.com> | Mon Apr 08 06:41:37 2013 -0700 |
committer | Eli Bendersky <eliben@gmail.com> | Mon Apr 08 06:41:37 2013 -0700 |
tree | fcd9ac44eb3e6b797a5d23948e973b10776cc6a1 | |
parent | dd71c43bc81b528a805aae4d60805e70fddec667 [diff] [blame] |
add comment
diff --git a/scripts/readelf.py b/scripts/readelf.py index 56b78e3..720106d 100755 --- a/scripts/readelf.py +++ b/scripts/readelf.py
@@ -11,7 +11,8 @@ 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, '.')