Changeset 17321 for main/kofacustom.edocons/trunk
- Timestamp:
- 27 Jan 2023, 06:54:56 (22 months ago)
- Location:
- main/kofacustom.edocons/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edocons/trunk/buildout-zeo.cfg
r16615 r17321 4 4 extends = buildout.cfg 5 5 parts = 6 eggbasket7 6 app 8 7 i18n -
main/kofacustom.edocons/trunk/buildout.cfg
r16615 r17321 9 9 develop = . 10 10 parts = 11 eggbasket12 11 app 13 12 i18n … … 174 173 output = ${buildout:parts-directory}/etc/profile.ini 175 174 176 [eggbasket]177 recipe = z3c.recipe.eggbasket178 eggs = grok179 url = http://grok.zope.org/releaseinfo/grok-eggs-1.1.tgz180 181 175 # Collect test coverage data. 182 176 [coverage-detect] -
main/kofacustom.edocons/trunk/src/kofacustom/__init__.py
r10765 r17321 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.