Conjunto de mudanças 6551 no repositório publico
- Timestamp:
- 22/06/2012 20:10:20 (9 anos atrás)
- Arquivo:
-
- 1 editado
Legenda:
- Não Modificado
- Adicionado
- Removido
-
PortalInterlegis/produtos/il.portalinterlegis/trunk/src/il/portalinterlegis/tests/fixtures.py
r6514 r6551 20 20 # Load ZCML for this package 21 21 import plone.app.theming 22 xmlconfig.file('configure.zcml', 23 plone.app.theming, 22 xmlconfig.file('configure.zcml', plone.app.theming, 24 23 context=configurationContext) 25 24 import five.grok 26 xmlconfig.file('configure.zcml', 27 five.grok, 25 xmlconfig.file('configure.zcml', five.grok, 26 context=configurationContext) 27 xmlconfig.file('configure.zcml', plone.formwidget.contenttree, 28 28 context=configurationContext) 29 29 import il.portalinterlegis 30 xmlconfig.file('configure.zcml', 31 plone.formwidget.contenttree, 30 xmlconfig.file('configure.zcml', il.portalinterlegis, 32 31 context=configurationContext) 33 xmlconfig.file('configure.zcml',34 il.portalinterlegis,32 import collective.js.jqueryui 33 xmlconfig.file('configure.zcml', collective.js.jqueryui, 35 34 context=configurationContext) 36 35
Note: Veja
TracChangeset
para ajuda no uso do visualizador de conjunto de mudanças.