zfec: setup.py: switch back to distutils, since setuptools support isn't complete yet

This commit is contained in:
Brian Warner 2007-04-25 18:09:03 -07:00
parent 4b2298937b
commit e11b2c796b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # 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=False
# DEBUGMODE=True # DEBUGMODE=True