From 3ae39b2e7cf3442fb649407c875443d65554f0df Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Fri, 1 May 2015 19:02:13 +0300 Subject: [PATCH] Remove unused import --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 3698f1a44..a1367c397 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,6 @@ Windows executable + installer: python setup.py bdist_msi """ import sys -from itertools import chain from cx_Freeze import setup, Executable