Conjunto de mudanças 6571 no repositório publico
- Timestamp:
- 28/06/2012 17:16:42 (9 anos atrás)
- Localização:
- Ombudsman/trunk/content
- Arquivos:
-
- 2 editados
Legenda:
- Não Modificado
- Adicionado
- Removido
-
Ombudsman/trunk/content/Ombudsman.py
r6570 r6571 246 246 """ 247 247 year = self.getProtocolYear() 248 this_year = int( self.DateTime().year())248 this_year = int(DateTime().year()) 249 249 if year != this_year: 250 250 self.setProtocolYear(this_year) -
Ombudsman/trunk/content/OmbudsmanClaim.py
r6569 r6571 39 39 40 40 ##code-section module-header #fill in your manual code here 41 import transaction 41 42 from Products.CMFCore.utils import getToolByName 42 43 from Acquisition import aq_parent, aq_inner
Note: Veja
TracChangeset
para ajuda no uso do visualizador de conjunto de mudanças.