Skip to content

Commit

Permalink
consistent white-spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Feb 14, 2017
1 parent 1e6082c commit 5c1b958
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c1b958

Please sign in to comment.