mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 16:36:20 +00:00
zfec: switch from distutils to setuptools (a.k.a. ez_setup.py a.k.a. EasyInstall)
This commit is contained in:
parent
948f958a72
commit
11278d1e0d
@ -26,8 +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 distutils.core import Extension, setup
|
||||
|
||||
from setuptools import Extension, setup
|
||||
|
||||
DEBUGMODE=False
|
||||
# DEBUGMODE=True
|
||||
|
Loading…
x
Reference in New Issue
Block a user