Chris McDonough
2011-01-07 8b16681a173112b38d3bead7c654a8398f33c508
Merge branch 'master' of https://github.com/csenger/pyramid into csenger-master
1 files modified
3 ■■■■■ changed files
pyramid/traversal.py 3 ●●●●● patch | view | raw | blame | history
pyramid/traversal.py
@@ -352,6 +352,9 @@
    """
    return tuple(_resource_path_list(resource, *elements))
model_path_tuple = resource_path_tuple  # b/w compat
def _resource_path_list(resource, *elements):
    """ Implementation detail shared by resource_path and resource_path_tuple"""
    path = [loc.__name__ or '' for loc in lineage(resource)]