Merge branch 'dev-python/derpconf'
[wtk-overlay.git] / dev-python / webtest / files / webtest-1.3.4-index_fixt.patch
1 --- /dev/null   2012-05-03 18:34:53.288000099 +0800
2 +++ docs/index_fixt.py  2012-05-07 00:07:55.392854158 +0800
3 @@ -0,0 +1,10 @@
4 +# -*- coding: utf-8 -*-
5 +from doctest import ELLIPSIS
6 +
7 +
8 +def setup_test(test):
9 +    for example in test.examples:
10 +        example.options.setdefault(ELLIPSIS, 1)
11 +
12 +setup_test.__test__ = False
13 +