From ca0a34db9261718367903176201669301ac4fceb Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 15 Mar 2010 12:43:08 -0400 Subject: [PATCH 7/8] Disable ez_setup when installing by RPM --- setup.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 08f4fbe..53da8ac 100755 --- a/setup.py +++ b/setup.py @@ -19,8 +19,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -from ez_setup import use_setuptools -use_setuptools() +#from ez_setup import use_setuptools +#use_setuptools() from setuptools import setup, find_packages from setuptools.command.test import test -- 1.6.6.1