diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-04-15 04:47:26 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-04-15 04:47:26 +0000 |
commit | 96c315baee6e705720d0a9f818c08f9a0e4e0fa8 (patch) | |
tree | a06a30dfe508f484a06c42f120d1a433d8148d14 /dev-python/mako/files | |
parent | Fix building with gtk+-3.4 (bug #411939, thanks to Ingo Gottwald for reporting). (diff) | |
download | historical-96c315baee6e705720d0a9f818c08f9a0e4e0fa8.tar.gz historical-96c315baee6e705720d0a9f818c08f9a0e4e0fa8.tar.bz2 historical-96c315baee6e705720d0a9f818c08f9a0e4e0fa8.zip |
Bump for #411573
Package-Manager: portage-2.2.0_alpha100/cvs/Linux x86_64
Diffstat (limited to 'dev-python/mako/files')
-rw-r--r-- | dev-python/mako/files/test-fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/mako/files/test-fix.patch b/dev-python/mako/files/test-fix.patch new file mode 100644 index 000000000000..3792e3e30f5b --- /dev/null +++ b/dev-python/mako/files/test-fix.patch @@ -0,0 +1,11 @@ +diff -ur Mako-0.7.0.orig/test/test_template.py Mako-0.7.0/test/test_template.py +--- test/test_template.py 2012-03-31 07:52:02.000000000 +0800 ++++ test/test_template.py 2012-04-11 20:25:23.797168875 +0800 +@@ -1,5 +1,5 @@ + # -*- coding: utf-8 -*- +- ++from __future__ import with_statement + from mako.template import Template, ModuleTemplate + from mako.lookup import TemplateLookup + from mako.ext.preprocessors import convert_comments + |