We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e6082c commit 5c1b958Copy full SHA for 5c1b958
1 file changed
setup.py
@@ -3,15 +3,15 @@
3
4
See http://www.python-ldap.org/ for details.
5
6
-$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 $
7
"""
8
9
has_setuptools = False
10
try:
11
- from setuptools import setup, Extension
12
- has_setuptools = True
+ from setuptools import setup, Extension
+ has_setuptools = True
13
except ImportError:
14
- from distutils.core import setup, Extension
+ from distutils.core import setup, Extension
15
16
from ConfigParser import ConfigParser
17
import sys,os,string,time
0 commit comments