From a70cf86f0d2c8c1c19179b270dd9001ccf5c1db0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Veres-Szentkir=C3=A1lyi?= Date: Thu, 23 May 2013 13:54:10 +0200 Subject: [PATCH] removed unused import math.asin --- sstv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sstv.py b/sstv.py index aeca878..7655ee0 100644 --- a/sstv.py +++ b/sstv.py @@ -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