Mercurial > hg > pyloader
comparison tests/test.ini @ 56:ade85970c628
add decorator of a section pattern
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 08 Jun 2011 23:40:51 -0700 |
parents | 0eebe05f8984 |
children | cb1898f8c72a |
comparison
equal
deleted
inserted
replaced
55:49f88cde6219 | 56:ade85970c628 |
---|---|
9 | 9 |
10 [readable-fibonacci:@:%(here)s/objects.py:fib] | 10 [readable-fibonacci:@:%(here)s/objects.py:fib] |
11 | 11 |
12 [@:%(here)s/objects.py:wrap] | 12 [@:%(here)s/objects.py:wrap] |
13 app = %(object)s | 13 app = %(object)s |
14 | |
15 [foo:@:fibonacci] |