Setup sys.path properly this time (I'll update the hacking guide to
explain what's been done)
diff --git a/scripts/readelf.py b/scripts/readelf.py
index 64d0174..56b78e3 100755
--- a/scripts/readelf.py
+++ b/scripts/readelf.py
@@ -11,10 +11,10 @@
 from optparse import OptionParser
 import string
 
-# If we're running from the root of the development directory, elftools should
-# be loaded from there.
+# For running from development directory.
 sys.path.insert(0, '.')
 
+
 from elftools import __version__
 from elftools.common.exceptions import ELFError
 from elftools.common.py3compat import (