1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-12-28 15:29:40 +00:00

Remove unused import

This commit is contained in:
Mike Naberezny 2013-10-26 14:29:29 -07:00
parent 6c0c0527c5
commit 4e41d422c1

View File

@ -1,5 +1,4 @@
import re
from py65.devices.mpu6502 import MPU
from py65.utils.addressing import AddressParser