SOURCES: python-cheetah-future_import_fix.patch (NEW) - Release 5. Fix for ...

matkor matkor at pld-linux.org
Mon Jun 30 11:29:26 CEST 2008


Author: matkor                       Date: Mon Jun 30 09:29:26 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- Release 5. Fix for Th python 2.5.

---- Files affected:
SOURCES:
   python-cheetah-future_import_fix.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/python-cheetah-future_import_fix.patch
diff -u /dev/null SOURCES/python-cheetah-future_import_fix.patch:1.1
--- /dev/null	Mon Jun 30 11:29:26 2008
+++ SOURCES/python-cheetah-future_import_fix.patch	Mon Jun 30 11:29:21 2008
@@ -0,0 +1,32 @@
+--- Cheetah-1.0/src/NameMapper.py.orig	2008-06-30 11:05:45.000000000 +0000
++++ Cheetah-1.0/src/NameMapper.py	2008-06-30 11:06:17.000000000 +0000
+@@ -139,11 +139,13 @@ Version: $Revision$
+ Start Date: 2001/04/03
+ Last Revision Date: $Date$
+ """
++from __future__ import generators
++
+ __author__ = "Tavis Rudd <tavis at damnsimple.com>," +\
+              "\nChuck Esterbrook <echuck at mindspring.com>"
+ __revision__ = "$Revision$"[11:-2]
+ 
+-from __future__ import generators
++
+ import types
+ from types import StringType, InstanceType, ClassType, TypeType
+ from pprint import pformat
+--- Cheetah-1.0/src/Tests/NameMapper.py.orig	2008-06-30 11:17:25.000000000 +0000
++++ Cheetah-1.0/src/Tests/NameMapper.py	2008-06-30 11:17:34.000000000 +0000
+@@ -9,10 +9,11 @@ Version: $Revision$
+ Start Date: 2001/10/01
+ Last Revision Date: $Date$
+ """
++from __future__ import generators
++
+ __author__ = "Tavis Rudd <tavis at damnsimple.com>"
+ __revision__ = "$Revision$"[11:-2]
+ 
+-from __future__ import generators
+ import sys
+ import types
+ import os
================================================================


More information about the pld-cvs-commit mailing list