From 7c7a156588b99dcd1d632a4d8ff6e53f46aef2e8 Mon Sep 17 00:00:00 2001 From: Marek Siarkowicz Date: Fri, 12 Jun 2015 13:48:42 +0200 Subject: Fix import. --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index ffdac88..064cf67 100644 --- a/setup.py +++ b/setup.py @@ -1,10 +1,10 @@ -from setuptools import setup import glob import sys if sys.platform=="win32": - import py2exe - from distutils.core import setup + from distutils.core import setup +else: + from setuptools import setup setup( -- cgit v1.2.1