kopia lustrzana https://github.com/dnet/pySSTV
removed unused import math.asin
rodzic
244d141be8
commit
a70cf86f0d
2
sstv.py
2
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
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue