Setup sys.path properly this time (I'll update the hacking guide to
explain what's been done)
diff --git a/test/test_dwarf_expr.py b/test/test_dwarf_expr.py
index 0314804..22a250f 100644
--- a/test/test_dwarf_expr.py
+++ b/test/test_dwarf_expr.py
@@ -9,7 +9,7 @@
 except ImportError:
     import unittest
 
-from test.utils import setup_syspath; setup_syspath()
+from utils import setup_syspath; setup_syspath()
 from elftools.dwarf.descriptions import ExprDumper, set_global_machine_arch
 from elftools.dwarf.structs import DWARFStructs