Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: from zope.app.content import queryContentType #335

Open
flipmcf opened this issue Dec 3, 2021 · 0 comments
Open

Docs: from zope.app.content import queryContentType #335

flipmcf opened this issue Dec 3, 2021 · 0 comments

Comments

@flipmcf
Copy link
Contributor

flipmcf commented Dec 3, 2021

https://github.com/plone/plone.app.dexterity/blob/master/docs/reference/manipulating-content-objects.rst#obtaining-an-objects-schema-interface

This doesn't work:

>>> from zope.app.content import queryContentType
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'zope.app.content'

I'm not sure what's broken (the docs? zope.app.content?)

Plone 5.2.4 (5212)
CMF 2.5.0
Zope 4.5.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant