From b164430fb1fa82c705077d46cdb685de5faf6a19 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 5 Feb 2021 16:17:59 +0100 Subject: Changing import statement to support package --- minishell_test/sandbox.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'minishell_test/sandbox.py') diff --git a/minishell_test/sandbox.py b/minishell_test/sandbox.py index bd49d1e..f10eacf 100644 --- a/minishell_test/sandbox.py +++ b/minishell_test/sandbox.py @@ -6,7 +6,7 @@ # By: charles +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/09/11 13:48:07 by charles #+# #+# # -# Updated: 2021/01/31 03:59:30 by charles ### ########.fr # +# Updated: 2021/02/05 14:54:37 by charles ### ########.fr # # # # ############################################################################ # @@ -16,7 +16,7 @@ import shutil import subprocess from contextlib import contextmanager -import config +import minishell_test.config as config def create(): -- cgit