ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/py2-mysqldb-setup.patch
(Generate patch)

Comparing COMP/CMSDIST/py2-mysqldb-setup.patch (file contents):
Revision 1.1 by eulisse, Wed Jun 27 16:00:57 2007 UTC vs.
Revision 1.3 by lat, Sat Jul 9 11:37:27 2011 UTC

# Line 1 | Line 1
1 < --- setup.py    2007-02-25 04:37:12.000000000 +0100
2 < +++ setup.py.new        2007-06-27 17:51:35.000000000 +0200
3 < @@ -2,8 +2,8 @@
1 > --- setup.py    2008-10-18 01:12:31.000000000 +0100
2 > +++ setup.py    2010-05-07 13:38:06.000000000 +0100
3 > @@ -2,7 +2,8 @@
4  
5   import os
6   import sys
7 -import ez_setup; ez_setup.use_setuptools()
7   -from setuptools import setup, Extension
8   +from distutils.core import setup, Extension
9   +is_setuptools = False
10  
11   if sys.version_info < (2, 3):
12 <     raise Error, "Python-2.3 or newer is required"
12 >     raise Error("Python-2.3 or newer is required")

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines