projects
/
pyelftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd71c43
)
add comment
author
Eli Bendersky
<eliben@gmail.com>
Mon, 8 Apr 2013 13:41:37 +0000
(06:41 -0700)
committer
Eli Bendersky
<eliben@gmail.com>
Mon, 8 Apr 2013 13:41:37 +0000
(06:41 -0700)
scripts/readelf.py
patch
|
blob
|
history
diff --git
a/scripts/readelf.py
b/scripts/readelf.py
index 56b78e3d32a4a51d55c10fc0649de656c1eba4d5..720106d5d5532381b1b6a701e22a0d35618fb4d4 100755
(executable)
--- a/
scripts/readelf.py
+++ b/
scripts/readelf.py
@@
-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, '.')