[Zope-dev] Re: egg issues: adding namespace boilerplate Products / patching testrunner

2007-04-15 Thread Philipp von Weitershausen
whit wrote: 2 items: 1. how does everyone feel about adding the following boilerplate to all occurences of Products/__init__.py to enable the easy creation of Product eggs? try: __import__('pkg_resources').declare_namespace(__name__) except ImportError: from pkgutil import extend_pa

[Zope-dev] Zope Tests:

2007-04-15 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sat Apr 14 12:00:00 2007 UTC to Sun Apr 15 12:00:00 2007 UTC. There were no messages. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML

Re: [Zope-dev] egg issues: adding namespace boilerplate Products / patching testrunner

2007-04-15 Thread Wichert Akkerman
Previously whit wrote: > 2 items: > > 1. how does everyone feel about adding the following boilerplate to all > occurences of Products/__init__.py to enable the easy creation of > Product eggs? Aren't we asking people to move to using python packages instead? I'm -1 on requiring such changes to

[Zope-dev] Re: egg issues: adding namespace boilerplate Products / patching testrunner

2007-04-15 Thread Philipp von Weitershausen
Wichert Akkerman wrote: Previously whit wrote: 2 items: 1. how does everyone feel about adding the following boilerplate to all occurences of Products/__init__.py to enable the easy creation of Product eggs? Aren't we asking people to move to using python packages instead? Well, I certain