From 844543f7559091baec2e3a06258d5366938bea3f Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 15 Sep 2024 00:43:23 +0200 Subject: [PATCH] =?UTF-8?q?=C3=974=20cyclic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spcd/util.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spcd/util.py b/spcd/util.py index 13b162d..4148e93 100644 --- a/spcd/util.py +++ b/spcd/util.py @@ -7,7 +7,8 @@ from urllib.parse import urlparse, urlunparse from rwx import fs from rwx.log import stream as log -from spcd import env, shell +from spcd import shell +from spcd.shell import env def add_url_path(url: str, extra_path: str) -> str: