From 201d1ecdbd93be5aa53d0576dba0389fd15ec92f Mon Sep 17 00:00:00 2001 From: "sbaig1@bloomberg.net" Date: Thu, 19 Sep 2013 18:55:25 +0000 Subject: remove ez_setup import from setup.py During the review for commit r1713 it was determined that ez_setup.py was not going to be part of the commit. While ez_setup.py was removed as requested, the import and usage of ez_setup in setup.py was not removed appropriately. This change removes the import and usage so that installing gyp via setuptools works as expected. R=mark@chromium.org, scottmg@chromium.org Review URL: https://codereview.chromium.org/24282003 Patch from Eric N. Vander Weele . git-svn-id: http://gyp.googlecode.com/svn/trunk@1736 78cadc50-ecff-11dd-a971-7dbc132099af --- AUTHORS | 1 + setup.py | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index ace20379..234e1483 100644 --- a/AUTHORS +++ b/AUTHORS @@ -7,3 +7,4 @@ Yandex LLC Steven Knight Ryan Norton +Eric N. Vander Weele diff --git a/setup.py b/setup.py index ce2614ff..75a42558 100755 --- a/setup.py +++ b/setup.py @@ -4,8 +4,6 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -from ez_setup import use_setuptools -use_setuptools() from setuptools import setup setup( -- cgit v1.2.3