Changeset 276
- Timestamp:
- 02/17/06 13:01:01
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
SimpleBlog/branches/plone-2.0.5-Blogging-APIs/MovableTypeAPI.py
r275 r276 109 109 post = sbtool.getByUID(postid) 110 110 if post: 111 cats = post.listCat ogories()111 cats = post.listCategories() 112 112 res=[] 113 113 for c in cats:
