Changeset 17315 for main/waeup.uniben
- Timestamp:
- 27 Jan 2023, 06:40:37 (22 months ago)
- Location:
- main/waeup.uniben/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/buildout-zeo.cfg
r11392 r17315 4 4 extends = buildout.cfg 5 5 parts = 6 eggbasket7 6 app 8 7 i18n -
main/waeup.uniben/trunk/buildout.cfg
r15817 r17315 9 9 develop = . 10 10 parts = 11 eggbasket12 11 app 13 12 i18n … … 178 177 output = ${buildout:parts-directory}/etc/profile.ini 179 178 180 [eggbasket]181 recipe = z3c.recipe.eggbasket182 eggs = grok183 url = http://grok.zope.org/releaseinfo/grok-eggs-1.1.tgz184 185 179 # Collect test coverage data. 186 180 [coverage-detect] -
main/waeup.uniben/trunk/src/waeup/__init__.py
r7419 r17315 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.