removed unused import math.asin

This commit is contained in:
András Veres-Szentkirályi 2013-05-23 13:54:10 +02:00
parent 244d141be8
commit a70cf86f0d

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python
from __future__ import division, with_statement
from math import sin, asin, pi
from math import sin, pi
from random import random
import struct