From 846d01a45e16cb1356f9ef004c1623a3f5e6baad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Veres-Szentkir=C3=A1lyi?= Date: Tue, 1 Oct 2013 10:23:46 +0200 Subject: [PATCH] removed unused import --- beacon.py | 1 - 1 file changed, 1 deletion(-) diff --git a/beacon.py b/beacon.py index b58c6ed..8d77f06 100644 --- a/beacon.py +++ b/beacon.py @@ -9,7 +9,6 @@ Usage example using unixsstv/gen_values: beacon.py | gen_values 44100 | play -r 44100 -t f32 -c 1 --norm - """ -from pysstv.sstv import SSTV from PIL import Image, ImageFont, ImageDraw from pysstv.color import MartinM2 from subprocess import check_output