1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-09 10:29:35 +00:00

Remove unused import

This commit is contained in:
Mike Naberezny 2014-12-14 18:09:17 -08:00
parent e8f5265912
commit 32a998abaf

View File

@ -2,7 +2,6 @@ import unittest
import sys
from py65.devices.mpu6502 import MPU
from py65.devices.mpu65c02 import MPU as MPU65C02
from py65.devices.mpu65org16 import MPU as MPU65Org16
from py65.assembler import Assembler
from py65.utils.addressing import AddressParser