rpms/python-tempita/F-8 python-tempita-0.2-fix-tests.patch, NONE, 1.1

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


Author: ricky

Update of /cvs/pkgs/rpms/python-tempita/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12804/F-8

Added Files:
	python-tempita-0.2-fix-tests.patch 
Log Message:
Oops, forgot to cvs add the patches.


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':




More information about the fedora-extras-commits mailing list