[Zope3-dev] RE: [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Try to fix the zpkgdependency info for zope.app.content_types.

Roger Ineichen dev at projekt01.ch
Mon Dec 12 10:10:19 EST 2005


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: zope3-checkins-bounces at zope.org 
> [mailto:zope3-checkins-bounces at zope.org] On Behalf Of Brian Sutherland
> Sent: Monday, December 12, 2005 3:00 PM
> To: zope3-checkins at zope.org
> 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
> Zope3-Checkins at zope.org
> http://mail.zope.org/mailman/listinfo/zope3-checkins
> 



More information about the Zope3-dev mailing list