removed unused import SSTV

ironpython
András Veres-Szentkirályi 2013-10-02 09:44:20 +02:00
rodzic c544952603
commit f55b82db3a
2 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -7,7 +7,6 @@ single precision format, so that it can be processed outside PySSTV.
Usage example: get_floats.py | play -r 44100 -t f32 -c 1 --norm -
"""
from pysstv.sstv import SSTV
from PIL import Image
from pysstv.grayscale import Robot8BW
import struct, sys

Wyświetl plik

@ -9,7 +9,6 @@ Usage example using unixsstv/gen_values:
get_freq_bits.py | gen_values 44100 | play -r 44100 -t f32 -c 1 --norm -
"""
from pysstv.sstv import SSTV
from PIL import Image
from pysstv.color import MartinM1
import struct, sys