From 553e3e4b0a6e9cab5570428c2498b3b6edcb20f0 Mon Sep 17 00:00:00 2001 From: warner Date: Thu, 26 Apr 2007 06:39:03 +0530 Subject: [PATCH] zfec: setup.py: switch back to distutils, since setuptools support isn't complete yet darcs-hash:74164738c4c77c4a2926c3ad3b0c9bd9a6f2a962 --- zfec/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zfec/setup.py b/zfec/setup.py index b167270..7fb590d 100755 --- a/zfec/setup.py +++ b/zfec/setup.py @@ -26,7 +26,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -from setuptools import Extension, setup +from distutils.core import Extension, setup DEBUGMODE=False # DEBUGMODE=True -- 2.45.2