Skip to content

slapos/request: Force !py! magic workaround

Łukasz Nowak requested to merge py_magic_workaround into master

In order to force zc.buildout to remove, if needed, !py! magic string, always access software-type key by using getitem (with []), instead of get, and reimplement default in caller.

Merge request reports