Ticket #12923: patch-setup.py

File patch-setup.py, 232 bytes (added by roger.hoover@…, 17 years ago)
Line 
1--- setup.py.orig       2007-10-16 16:08:20.000000000 -0700
2+++ setup.py    2007-10-16 16:09:22.000000000 -0700
3@@ -1,3 +1,5 @@
4+from ez_setup import use_setuptools
5+use_setuptools()
6 from distutils.core import setup, Extension
7 import os
8