aboutsummaryrefslogtreecommitdiff
path: root/minishell_test/sandbox.py
diff options
context:
space:
mode:
Diffstat (limited to 'minishell_test/sandbox.py')
-rw-r--r--minishell_test/sandbox.py4
1 files changed, 2 insertions, 2 deletions
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 <me@cacharle.xyz> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# 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():