- Timestamp:
- 27 Jan 2023, 06:53:55 (22 months ago)
- Location:
- main/kofacustom.edopoly/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edopoly/trunk/buildout-zeo.cfg
r15000 r17320 4 4 extends = buildout.cfg 5 5 parts = 6 eggbasket7 6 app 8 7 i18n -
main/kofacustom.edopoly/trunk/buildout.cfg
r15813 r17320 9 9 develop = . 10 10 parts = 11 eggbasket12 11 app 13 12 i18n … … 177 176 output = ${buildout:parts-directory}/etc/profile.ini 178 177 179 [eggbasket]180 recipe = z3c.recipe.eggbasket181 eggs = grok182 url = http://grok.zope.org/releaseinfo/grok-eggs-1.1.tgz183 184 178 # Collect test coverage data. 185 179 [coverage-detect] -
main/kofacustom.edopoly/trunk/src/kofacustom/__init__.py
r10765 r17320 19 19 import pkg_resources 20 20 pkg_resources.declare_namespace(__name__) 21 except ImportError , e:21 except ImportError: 22 22 from pkgutil import extend_path 23 23 __path__ = extend_path(__path__, __name__)
Note: See TracChangeset for help on using the changeset viewer.