ZCML File
configure.zcml
[top]
/
zope
/
app
/
interpreter
/ configure.zcml
<
configure
xmlns
="
http://namespaces.zope.org/zope
"
>
<
utility
component
="
.python.PythonInterpreter
"
provides
="
.interfaces.IInterpreter
"
name
="
text/server-python
"
/>
</
configure
>