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

Avoid ImportError while running upgrade step v10 with plone.app.registry <1.5 #64

Merged
merged 1 commit into from
Sep 10, 2018

Conversation

hvelarde
Copy link
Member

@hvelarde hvelarde commented Sep 10, 2018

fixes #63

@hvelarde hvelarde self-assigned this Sep 10, 2018
# with plone.app.registry <1.5
if not IS_PLONE_5:
import Products.CMFPlone.interfaces
Products.CMFPlone.interfaces.IBundleRegistry = {}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know if this is conceptually correct, but at least it's working.

@hvelarde hvelarde merged commit a493204 into master Sep 10, 2018
@hvelarde hvelarde deleted the issue_63 branch September 10, 2018 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ImportError while running upgrade step v10 in Plone 4.3
1 participant