Skip to content

Commit

Permalink
distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Ehlke committed Jul 29, 2010
1 parent ca671f4 commit fa1a9c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -2,13 +2,13 @@
# Tamito KAJIYAMA <13 September 2001>
# $Id: setup.py,v 1.3 2001/09/22 23:17:00 kajiyama Exp $

#from distutils.core import setup, Extension
from distutils.core import setup, Extension
#from ez_setup import use_setuptools
#use_setuptools()
import sys

from setuptools import setup
from setuptools.extension import Extension
#from setuptools import setup
#from setuptools.extension import Extension

IS_WINDOWS = sys.platform in ('win32', )

Expand Down

0 comments on commit fa1a9c8

Please sign in to comment.