Changeset 141
- Timestamp:
- 02/27/06 15:02:30 (3 years ago)
- Files:
-
- branches/timhtcopy/pyramid/page.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/timhtcopy/pyramid/page.py
r140 r141 63 63 def render_breadcrumb(self, ctx, data): 64 64 tag = ctx.tag 65 print data66 65 try: 67 66 for item in data[:-1]:
