Ignore:
Timestamp:
Sep 14, 2012 9:59:30 AM (12 years ago)
Author:
vmaksymiv
Message:

PPP fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.portlet.collection/trunk/quintagroup/portlet/collection/utils.py

    r1572 r3555  
    11"""Somme utility functions for common use""" 
    22from Products.CMFCore.utils import getToolByName 
     3 
    34 
    45def getStylesVocabulary(context): 
     
    1314                value_list = [] 
    1415                for line in dropdown_list: 
    15                     values = filter(lambda x:x.strip(), line.split('|', 1)) 
     16                    values = filter(lambda x: x.strip(), line.split('|', 1)) 
    1617                    if len(values) == 0: 
    1718                        continue 
Note: See TracChangeset for help on using the changeset viewer.