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.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/minishell_test/sandbox.py b/minishell_test/sandbox.py
index 6fafc36..2608c9d 100644
--- a/minishell_test/sandbox.py
+++ b/minishell_test/sandbox.py
@@ -6,14 +6,13 @@
# By: charles <me@cacharle.xyz> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/09/11 13:48:07 by charles #+# #+# #
-# Updated: 2021/03/03 09:15:11 by cacharle ### ########.fr #
+# Updated: 2021/03/03 10:00:16 by cacharle ### ########.fr #
# #
# ############################################################################ #
import shutil
import subprocess
from contextlib import contextmanager
-from pathlib import Path
from minishell_test.config import Config