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

Remove unused imports

This commit is contained in:
Mike Naberezny 2013-10-26 16:58:47 -07:00
parent 55107b0d4b
commit 90774cb9b6
2 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,4 @@
import unittest
import sys
import re
import os
from py65.memory import ObservableMemory

View File

@ -1,6 +1,5 @@
import unittest
import sys
import re
import os
import tempfile
from py65.monitor import Monitor