j
k
j a
j l
I got it done by doing:
......pendings = getUtility(IPendings) for token, data in pendings.find( pend_type='unsubscription'): ... pendings.confirm(token, expunge=True) ... commit()
...pendings = getUtility(IPendings) for token, data in pendings.find( pend_type='unsubscription'): ... pendings.confirm(token, expunge=True) ... commit()
pendings = getUtility(IPendings) for token, data in pendings.find( pend_type='unsubscription'): ... pendings.confirm(token, expunge=True) ... commit()
Back to the thread
Back to the list