File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 5555 install_requires = [
5656 "setuptools" ,
5757 # -*- Extra requirements: -*-
58- "z3c.jbot" ,
5958 "plone.api>=1.8.4" ,
60- "plone.restapi" ,
6159 "plone.app.dexterity" ,
60+ "plone.restapi" ,
6261 ],
6362 extras_require = {
6463 "test" : [
Original file line number Diff line number Diff line change 33 xmlns : genericsetup =" http://namespaces.zope.org/genericsetup"
44 xmlns : i18n =" http://namespaces.zope.org/i18n"
55 xmlns : plone =" http://namespaces.plone.org/plone"
6- i18n_domain =" collective.big.bang" >
7-
6+ i18n_domain =" collective.big.bang"
7+ >
88
99 <utility
1010 factory =" .setuphandlers.HiddenProfiles"
1111 name =" collective.big.bang-hiddenprofiles"
1212 />
1313
14- <subscriber for =" zope.processlifetime.IProcessStarting"
15- handler =" .big.bang" />
14+ <subscriber
15+ for =" zope.processlifetime.IProcessStarting"
16+ handler =" .big.bang"
17+ />
1618
1719
1820</configure >
You can’t perform that action at this time.
0 commit comments