[CalendarServer-changes] [15238] OSXFrameworks/trunk/setup.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 27 08:55:27 PDT 2015


Revision: 15238
          http://trac.calendarserver.org//changeset/15238
Author:   cdaboo at apple.com
Date:     2015-10-27 08:55:27 -0700 (Tue, 27 Oct 2015)
Log Message:
-----------
Use setuptools not distutils for imports.

Modified Paths:
--------------
    OSXFrameworks/trunk/setup.py

Modified: OSXFrameworks/trunk/setup.py
===================================================================
--- OSXFrameworks/trunk/setup.py	2015-10-26 19:45:12 UTC (rev 15237)
+++ OSXFrameworks/trunk/setup.py	2015-10-27 15:55:27 UTC (rev 15238)
@@ -14,9 +14,9 @@
 # limitations under the License.
 ##
 
-from distutils.core import setup
+from setuptools import setup
 from distutils.command.build import build
-from distutils.command.install import install
+from setuptools.command.install import install
 
 
 # pip imports setup.py prior to doing the actual build and install so it can
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20151027/cfa4b30c/attachment.html>


More information about the calendarserver-changes mailing list