summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/webtest/files/webtest-1.3.4-index_fixt.patch')
-rw-r--r--dev-python/webtest/files/webtest-1.3.4-index_fixt.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-python/webtest/files/webtest-1.3.4-index_fixt.patch b/dev-python/webtest/files/webtest-1.3.4-index_fixt.patch
deleted file mode 100644
index 5cb75c7ea138..000000000000
--- a/dev-python/webtest/files/webtest-1.3.4-index_fixt.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- /dev/null 2012-05-03 18:34:53.288000099 +0800
-+++ docs/index_fixt.py 2012-05-07 00:07:55.392854158 +0800
-@@ -0,0 +1,10 @@
-+# -*- coding: utf-8 -*-
-+from doctest import ELLIPSIS
-+
-+
-+def setup_test(test):
-+ for example in test.examples:
-+ example.options.setdefault(ELLIPSIS, 1)
-+
-+setup_test.__test__ = False
-+