Changeset 33e0d7 in indico
- Timestamp:
- 03/15/11 11:13:44 (2 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, b8c30da8ebdbdcbd675a873997cc3e95f567de49, 4287315ec967a3da168d83963c14001db8487d53
- Children:
- 8874c3
- Parents:
- 136ed9a
- git-author:
- Pedro Ferreira <jose.pedro.ferreira@…> (03/15/11 08:53:50)
- git-committer:
- Pedro Ferreira <jose.pedro.ferreira@…> (03/15/11 11:13:44)
- File:
-
- 1 edited
-
indico/MaKaC/common/output.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/common/output.py
r20ac18 r33e0d7 1987 1987 """ 1988 1988 1989 # by default, use the dots and first char 1990 # a205.0 -> /cachedir/a/a205/0 1989 # a205.0 -> /cachedir/a/a2/a205/0 1991 1990 1992 1991 tree = entry.getId().split('.') 1993 return [tree[0][0] ]+tree1992 return [tree[0][0], tree[0][0:2]] + tree 1994 1993 1995 1994
Note: See TracChangeset
for help on using the changeset viewer.
