Skip to content

Commit

Permalink
Merge pull request #118 from GeraldEV/private/geralde/CP-41302
Browse files Browse the repository at this point in the history
Use absolute import instead of relative import for Python3
  • Loading branch information
GeraldEV authored Sep 21, 2023
2 parents 6bbada1 + f3df349 commit 2fc064f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcp/bootloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import copy
from typing import cast

import branding # pytype: disable=import-error
import xcp.branding as branding # pytype: disable=import-error

import xcp.cmd

Expand Down

0 comments on commit 2fc064f

Please sign in to comment.