blob: 2d43183ba0e708c61991d9a77f98294bb86bb5ef (
plain)
1 diff -Nru MySQL-python-1.2.3.orig/setup.py MySQL-python-1.2.3/setup.py
2 --- MySQL-python-1.2.3.orig/setup.py 2010-06-17 15:05:12.954472025 +0200
3 +++ MySQL-python-1.2.3/setup.py 2010-04-27 10:00:04.000000000 +0200
4 @@ -2,6 +2,8 @@
5
6 import os
7 import sys
8 +from ez_setup import use_setuptools
9 +use_setuptools()
10 from setuptools import setup, Extension
11
12 if not hasattr(sys, "hexversion") or sys.hexversion < 0x02030000:
|