Hi,

I ran into this small problem.

I had added a
<meta:provides feature="afeature" />

This works fine for controlling ZCML directives.

Now at some places in my Python code, I would like to query whether afeature
is available or not.
What is the way to access this?

Looking at ZMCL documentation of meta:provides, I could figure out that
zope.configuration.config.provides is used for registering the features.

But couldn't figure out if this information can be accessed later on.
Is it not possible to get this information later?

Any help would be appreciated.

Thanks in advance.

With regards,
-Shailesh
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to