From: Eli Bendersky Date: Mon, 8 Apr 2013 13:41:37 +0000 (-0700) Subject: add comment X-Git-Tag: v0.21~6 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=34d80018fff83af5d314971409eed5687d8bda93;p=pyelftools.git 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 @@ 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, '.')