Skip to content

Commit

Permalink
Extend zope-ecosystem.cfg by Products.ExternalMethod. (#588)
Browse files Browse the repository at this point in the history
... as opposed to PythonScripts with ExternalMethod it is also possible
to set a breakpoint, raise exceptions or - more general - use not only
a restricted set of Python syntax.

This make debugging and setting up special cases, e.g. to validate
Zope behaviour for the documenation overhaul much easier.
  • Loading branch information
jugmac00 authored and dataflake committed May 3, 2019
1 parent 30d4851 commit bcd101c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zope-ecosystem.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ allow-picked-versions = true
show-picked-versions = true
additional_packages =
Products.CMFCore
Products.ExternalMethod
Products.MailHost
Products.PythonScripts
Products.Sessions
Expand Down

0 comments on commit bcd101c

Please sign in to comment.