diff python/hexutil.py @ 295:917eab04b8b7

Added disasm
author Windel Bouwman
date Thu, 28 Nov 2013 21:10:32 +0100
parents 7b38782ed496
children a78b41ff6ad2
line wrap: on
line diff
--- a/python/hexutil.py	Thu Nov 28 20:39:56 2013 +0100
+++ b/python/hexutil.py	Thu Nov 28 21:10:32 2013 +0100
@@ -2,7 +2,7 @@
 
 import sys
 import argparse
-from hexfile import HexFile
+from utils import HexFile
 
 def hex2int(s):
     if s.startswith('0x'):