>>> Chris McDonough wrote
> Code which used to do:
> 
>  import Zope
>  app = Zope.app()
> 
> Will need to do this under 2.7b4+:
> 
>  import Zope
>  Zope.configure('/path/to/configfile')
>  app = Zope.app()

Can we get an exception in the first case that states something like
"No config file, use Zope.configure('configfile')"?

Anthony

-- 
Anthony Baxter     <[EMAIL PROTECTED]>   
It's never too late to have a happy childhood.


_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to