From 5d16aeb816980be7ecf58e77a915012b4dfc8b8b Mon Sep 17 00:00:00 2001 From: Mathias Koehler Date: Thu, 13 Oct 2011 01:19:18 +0200 Subject: [PATCH] delete unused import --- ffmpegwrapper/options.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ffmpegwrapper/options.py b/ffmpegwrapper/options.py index cfdbf07..06f9486 100644 --- a/ffmpegwrapper/options.py +++ b/ffmpegwrapper/options.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- -from itertools import chain - class Options(dict):