SOURCES: python-logilab-common-kill_future.patch (NEW) - kill pyth...
wrobell
wrobell at pld-linux.org
Fri Aug 25 19:11:16 CEST 2006
Author: wrobell Date: Fri Aug 25 17:11:16 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- kill python 2.5 syntax errors
---- Files affected:
SOURCES:
python-logilab-common-kill_future.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/python-logilab-common-kill_future.patch
diff -u /dev/null SOURCES/python-logilab-common-kill_future.patch:1.1
--- /dev/null Fri Aug 25 19:11:16 2006
+++ SOURCES/python-logilab-common-kill_future.patch Fri Aug 25 19:11:11 2006
@@ -0,0 +1,11 @@
+diff -Nur common-0.14.1.orig/setup.py common-0.14.1/setup.py
+--- common-0.14.1.orig/setup.py 2004-05-27 13:07:23.000000000 +0100
++++ common-0.14.1/setup.py 2006-08-24 20:40:40.000000000 +0100
+@@ -19,7 +19,6 @@
+
+ __revision__ = '$Id$'
+
+-from __future__ import nested_scopes
+ import os
+ import sys
+ import shutil
================================================================
More information about the pld-cvs-commit
mailing list