Author: duddits Date: Tue Feb 10 09:52:38 2009 GMT Module: SOURCES Tag: HEAD ---- Log message: - needed for 0.6.8
---- Files affected: SOURCES: xmldiff-scope.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/xmldiff-scope.patch diff -u /dev/null SOURCES/xmldiff-scope.patch:1.1 --- /dev/null Tue Feb 10 10:52:39 2009 +++ SOURCES/xmldiff-scope.patch Tue Feb 10 10:52:33 2009 @@ -0,0 +1,16 @@ +diff -burNp xmldiff-0.6.8/setup.py xmldiff-0.6.8-dud/setup.py +--- xmldiff-0.6.8/setup.py 2006-06-15 09:15:09.000000000 +0200 ++++ xmldiff-0.6.8-dud/setup.py 2009-02-10 10:38:51.477147511 +0100 +@@ -16,11 +16,11 @@ + # You should have received a copy of the GNU General Public License along with + # this program; if not, write to the Free Software Foundation, Inc., + # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ++from __future__ import nested_scopes + """ Generic Setup script, takes package info from __pkginfo__.py file """ + + __revision__ = '$Id$' + +-from __future__ import nested_scopes + import os + import sys + import shutil ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
