From: Brian Warner Date: Thu, 26 Apr 2007 01:09:03 +0000 (-0700) Subject: zfec: setup.py: switch back to distutils, since setuptools support isn't complete yet X-Git-Tag: tahoe_v0.1.1-0-UNSTABLE~6 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=e11b2c796b9f912e689f4c691a4f1cb0f6a23865;p=tahoe-lafs%2Ftahoe-lafs.git zfec: setup.py: switch back to distutils, since setuptools support isn't complete yet --- diff --git a/src/zfec/setup.py b/src/zfec/setup.py index b1672703..7fb590df 100644 --- a/src/zfec/setup.py +++ b/src/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