From 5c1b95859fde4b78d2d2287cdfcb897bde8367e8 Mon Sep 17 00:00:00 2001 From: stroeder Date: Tue, 14 Feb 2017 19:07:15 +0000 Subject: [PATCH] consistent white-spaces --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index d738632..0088b8f 100644 --- a/setup.py +++ b/setup.py @@ -3,15 +3,15 @@ See http://www.python-ldap.org/ for details. -$Id: setup.py,v 1.76 2016/08/13 09:44:08 stroeder Exp $ +$Id: setup.py,v 1.77 2017/02/14 19:07:15 stroeder Exp $ """ has_setuptools = False try: - from setuptools import setup, Extension - has_setuptools = True + from setuptools import setup, Extension + has_setuptools = True except ImportError: - from distutils.core import setup, Extension + from distutils.core import setup, Extension from ConfigParser import ConfigParser import sys,os,string,time