diff --git a/python-tempita-0.2-fix-tests.patch b/python-tempita-0.2-fix-tests.patch new file mode 100644 index 0000000..da7e935 --- /dev/null +++ b/python-tempita-0.2-fix-tests.patch @@ -0,0 +1,11 @@ +--- 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': diff --git a/sources b/sources index 734bf0e..2f3cf21 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ 9097cf47905489af1f16b5a2d8025369 Tempita-0.2.tar.gz -855edf4a864466d50bb7896aba58b7a5 python-tempita-0.2-fix-tests.patch