summaryrefslogtreecommitdiff
path: root/extras/romstr.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-01-27 16:40:09 -0600
committerBryan Bishop <kanzure@gmail.com>2013-01-27 16:40:09 -0600
commit5eb81b07f32fe00ad8be23f80a32eb44db42831e (patch)
tree1b482416ee33437577a3ca8029d297a159990e9e /extras/romstr.py
parent86150b0f8a1cfac1b30521a9bae78d32bbdb29d2 (diff)
RomStr doesn't need deepcopy
Diffstat (limited to 'extras/romstr.py')
-rw-r--r--extras/romstr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/romstr.py b/extras/romstr.py
index 66ac50767..279b4470c 100644
--- a/extras/romstr.py
+++ b/extras/romstr.py
@@ -1,7 +1,7 @@
import sys, os, time, datetime, json
from gbz80disasm import opt_table
from ctypes import c_int8
-from copy import copy, deepcopy
+from copy import copy
from labels import get_label_from_line, get_address_from_line_comment
relative_jumps = [0x38, 0x30, 0x20, 0x28, 0x18, 0xc3, 0xda, 0xc2, 0x32]