/[pac]/pac/PACDefault/PACTool.py
ViewVC logotype

Diff of /pac/PACDefault/PACTool.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by tvon, Tue Nov 11 15:37:59 2003 UTC revision 1.15 by tvon, Tue Nov 11 15:43:04 2003 UTC
# Line 339  class PACTool (UniqueObject, SimpleItem) Line 339  class PACTool (UniqueObject, SimpleItem)
339    
340          return len(tp)          return len(tp)
341    
342      security.declarePublic('randomTalkingPoint')      security.declarePublic('randomTalkingPoints')
343      def randomTalkingPoint(self, folder, num):      def randomTalkingPoints(self, folder, num):
344          tp = []          tp = []
345    
346          tp = folder.getFolderContents(contentFilter={'portal_type': 'TalkingPoint',},suppressHiddenFiles=1)          tp = folder.getFolderContents(contentFilter={'portal_type': 'TalkingPoint',},suppressHiddenFiles=1)

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26