From 867f7aee58e0b429fcd3a91cfb5197a6f417ee11 Mon Sep 17 00:00:00 2001 From: Daniel Zagaynov Date: Wed, 9 Aug 2023 20:51:40 +0300 Subject: [PATCH] Change local import of swift to absolute from top-level package --- pifpaf/drivers/templates/swift/sitecustomize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pifpaf/drivers/templates/swift/sitecustomize.py b/pifpaf/drivers/templates/swift/sitecustomize.py index 982581c..63f9942 100644 --- a/pifpaf/drivers/templates/swift/sitecustomize.py +++ b/pifpaf/drivers/templates/swift/sitecustomize.py @@ -1,3 +1,3 @@ -from swift.common import utils +from pifpaf.drivers.templates.swift.common import utils utils.SWIFT_CONF_FILE = '{{ TMP_DIR }}/swift.conf' print("started")