Changeset 5544
- Timestamp:
- 10/18/08 17:44:46 (3 months ago)
- Files:
-
- trunk/tg/decorators.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tg/decorators.py
r5526 r5544 322 322 # I didn't find that documented, so I 323 323 # just put this in here and hope it works. 324 if type(c.paginators) == str:324 if not hasattr(c, 'paginators') or type(c.paginators) == str: 325 325 c.paginators = Bunch() 326 326 c.paginators[name] = page