From f55b82db3a364cabf45d12bd8452367a7a5e5fac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Veres-Szentkir=C3=A1lyi?= Date: Wed, 2 Oct 2013 09:44:20 +0200 Subject: [PATCH] removed unused import SSTV --- pysstv/examples/get_floats.py | 1 - pysstv/examples/get_freq_bits.py | 1 - 2 files changed, 2 deletions(-) diff --git a/pysstv/examples/get_floats.py b/pysstv/examples/get_floats.py index 4cf47d9..51bf148 100644 --- a/pysstv/examples/get_floats.py +++ b/pysstv/examples/get_floats.py @@ -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 diff --git a/pysstv/examples/get_freq_bits.py b/pysstv/examples/get_freq_bits.py index f34de84..3f5c40a 100644 --- a/pysstv/examples/get_freq_bits.py +++ b/pysstv/examples/get_freq_bits.py @@ -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