aboutsummaryrefslogtreecommitdiff
path: root/minishell_test/suites/path.py
diff options
context:
space:
mode:
Diffstat (limited to 'minishell_test/suites/path.py')
-rw-r--r--minishell_test/suites/path.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/minishell_test/suites/path.py b/minishell_test/suites/path.py
index 93d4232..b350168 100644
--- a/minishell_test/suites/path.py
+++ b/minishell_test/suites/path.py
@@ -6,13 +6,13 @@
# By: charles <me@cacharle.xyz> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/09/09 15:12:58 by charles #+# #+# #
-# Updated: 2021/02/04 16:14:20 by charles ### ########.fr #
+# Updated: 2021/02/05 14:50:19 by charles ### ########.fr #
# #
# ############################################################################ #
import distutils.spawn
-from suite import suite
+from minishell_test.suite.decorator import suite
@suite()