Exemplo n.º 1
0
		def itemAsStr( item ):
			if rigPrimitives.getAlignSkipState( item ):
				return '* %s' % item

			return '  %s' % item
Exemplo n.º 2
0
        def itemAsStr(item):
            if rigPrimitives.getAlignSkipState(item):
                return "* %s" % item

            return "  %s" % item