1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-13 22:29:30 +00:00

Fix pyflakes warning

This commit is contained in:
Mike Naberezny 2013-10-26 16:55:53 -07:00
parent ef9621682f
commit 55107b0d4b
2 changed files with 2 additions and 0 deletions

View File

@ -740,6 +740,7 @@ def main(args=None):
try:
import readline
readline = readline # pyflakes
except ImportError:
pass

View File

@ -77,6 +77,7 @@ class ObservableMemoryTests(unittest.TestCase):
mem.subscribe_to_read([0xC000], read_subscriber)
value = mem[0xC000]
value = value # pyflakes
self.assertEqual(['read_subscriber'], calls)
# __getitem__