rpms/python-tempita/devel python-tempita-0.2-fix-tests.patch, NONE, 1.1 sources, 1.3, 1.4

Ricky Zhou (周家杰) (ricky) fedora-extras-commits at redhat.com
Mon Jul 7 05:48:05 UTC 2008


Author: ricky

Update of /cvs/pkgs/rpms/python-tempita/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12290/devel

Modified Files:
	sources 
Added Files:
	python-tempita-0.2-fix-tests.patch 
Log Message:
ommit the patch to CVS instead.


python-tempita-0.2-fix-tests.patch:

--- NEW FILE python-tempita-0.2-fix-tests.patch ---
--- Tempita-0.2/tests/test_template.txt.old	2008-07-07 01:29:56.000000000 -0400
+++ Tempita-0.2/tests/test_template.txt	2008-07-07 01:30:08.000000000 -0400
@@ -89,7 +89,7 @@
 There's a handyish looper thing you can also use in your templates (or
 in Python, but it's more useful in templates generally)::
 
-    >>> from tempita.looper import looper
+    >>> from tempita import looper
     >>> seq = ['apple', 'asparagus', 'Banana', 'orange']
     >>> for loop, item in looper(seq):
     ...     if item == 'apple':


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-tempita/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	7 Jul 2008 05:39:09 -0000	1.3
+++ sources	7 Jul 2008 05:47:14 -0000	1.4
@@ -1,2 +1 @@
 9097cf47905489af1f16b5a2d8025369  Tempita-0.2.tar.gz
-855edf4a864466d50bb7896aba58b7a5  python-tempita-0.2-fix-tests.patch




More information about the fedora-extras-commits mailing list