source: products/qSEOptimizer/tags/0.5.3/util.py @ 1

Last change on this file since 1 was 1, checked in by myroslav, 18 years ago

Building directory structure

File size: 222 bytes
Line 
1def createMultiColumnList(self,slist, numCols, sort_on='title_or_id'):
2    try:
3        mcl = self.createMultiColumnList(slist, numCols, sort_on=sort_on)
4        return mcl
5    except AttributeError:
6        return [slist]
Note: See TracBrowser for help on using the repository browser.