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

[FIX] bad openupgrade import in legacy code for openupgrade 7.0 #313

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openupgradelib/openupgrade_70.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# This module provides simple tools for openupgrade migration, specific for
# the 6.1 -> 7.0 migration. It is kept in later editions to keep all the API
# docs in the latest release.
import openupgrade
from . import openupgrade


def set_partner_id_from_partner_address_id(
Expand Down