Remove dup 3.x opcodes

This commit is contained in:
rocky
2016-05-28 01:54:04 -04:00
parent 949b9b504e
commit 0a64c478c3
4 changed files with 1 additions and 167 deletions

View File

@@ -35,7 +35,7 @@ from uncompyle6 import PYTHON3
# Get all the opcodes into globals
import uncompyle6.opcodes.opcode_33 as op3
import xdis.opcodes.opcode_33 as op3
globals().update(op3.opmap)