Setup sys.path properly this time (I'll update the hacking guide to
explain what's been done)
diff --git a/test/test_utils.py b/test/test_utils.py
index 00e6137..314b6b5 100644
--- a/test/test_utils.py
+++ b/test/test_utils.py
@@ -10,7 +10,7 @@
     import unittest
 from random import randint
 
-from test.utils import setup_syspath; setup_syspath()
+from utils import setup_syspath; setup_syspath()
 from elftools.common.py3compat import int2byte, BytesIO
 from elftools.common.utils import (parse_cstring_from_stream,
         preserve_stream_pos)