remove unused import math

This commit is contained in:
Neal Norwitz 2003-06-29 04:18:15 +00:00
parent 9b924c690e
commit c556722f09

View File

@ -52,7 +52,6 @@ instructions.
""" """
import sys import sys
import math
import time import time
try: try:
import itertools import itertools