Skip to content

Commit 5c1b958

Browse files
author
stroeder
committed
consistent white-spaces
1 parent 1e6082c commit 5c1b958

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
44
See http://www.python-ldap.org/ for details.
55
6-
$Id: setup.py,v 1.76 2016/08/13 09:44:08 stroeder Exp $
6+
$Id: setup.py,v 1.77 2017/02/14 19:07:15 stroeder Exp $
77
"""
88

99
has_setuptools = False
1010
try:
11-
from setuptools import setup, Extension
12-
has_setuptools = True
11+
from setuptools import setup, Extension
12+
has_setuptools = True
1313
except ImportError:
14-
from distutils.core import setup, Extension
14+
from distutils.core import setup, Extension
1515

1616
from ConfigParser import ConfigParser
1717
import sys,os,string,time

0 commit comments

Comments
 (0)