Hi is it possible to change the package name:
zope.app.content_tpye to zope.app.contenttype And remove the underscore like described in PEP 8? at: http://www.python.org/peps/pep-0008.html Regards Roger Ineichen > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Brian Sutherland > Sent: Monday, December 12, 2005 3:00 PM > To: [EMAIL PROTECTED] > Subject: [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Try > to fix the zpkgdependency info for zope.app.content_types. > > Log message for revision 40723: > Try to fix the zpkg dependency info for zope.app.content_types. > > Changed: > U Zope3/trunk/src/zope/app/PACKAGE.cfg > U Zope3/trunk/src/zope/app/file/DEPENDENCIES.cfg > > -=- > Modified: Zope3/trunk/src/zope/app/PACKAGE.cfg > =================================================================== > --- Zope3/trunk/src/zope/app/PACKAGE.cfg 2005-12-12 > 13:38:55 UTC (rev 40722) > +++ Zope3/trunk/src/zope/app/PACKAGE.cfg 2005-12-12 > 14:00:03 UTC (rev 40723) > @@ -40,9 +40,8 @@ > component > container > content > -# We should convert content_types.py to a package and include it via > -# the dependency mechanism. > -content_types.py > +# We should include content_types via the dependency mechanism. > +content_types > copypastemove > # Maybe convert to a package as well. > datetimeutils.py > > Modified: Zope3/trunk/src/zope/app/file/DEPENDENCIES.cfg > =================================================================== > --- Zope3/trunk/src/zope/app/file/DEPENDENCIES.cfg > 2005-12-12 13:38:55 UTC (rev 40722) > +++ Zope3/trunk/src/zope/app/file/DEPENDENCIES.cfg > 2005-12-12 14:00:03 UTC (rev 40723) > @@ -1,6 +1,7 @@ > persistent > transaction > zope.app > +zope.app.content_types > zope.app.onlinehelp > zope.interface > zope.publisher > > _______________________________________________ > Zope3-Checkins mailing list > [EMAIL PROTECTED] > http://mail.zope.org/mailman/listinfo/zope3-checkins > _______________________________________________ Zope3-dev mailing list [email protected] Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com
