aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/wasm/parse.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbruiser/wasm/parse.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bruiser/wasm/parse.py b/bruiser/wasm/parse.py
index 05c6465..424a2b6 100755
--- a/bruiser/wasm/parse.py
+++ b/bruiser/wasm/parse.py
@@ -6,9 +6,9 @@ import sys
import re
from section_structs import *
from utils import *
-from OpCodes import *
+from opcodes import *
from copy import deepcopy
-from TBInit import *
+from init import *
import readline
import code
import signal