aboutsummaryrefslogtreecommitdiff
path: root/minishell_test/test/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'minishell_test/test/__init__.py')
-rw-r--r--minishell_test/test/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/minishell_test/test/__init__.py b/minishell_test/test/__init__.py
index cf9949f..534da32 100644
--- a/minishell_test/test/__init__.py
+++ b/minishell_test/test/__init__.py
@@ -6,8 +6,8 @@
# By: charles <me@cacharle.xyz> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/09/11 12:18:14 by charles #+# #+# #
-# Updated: 2020/09/11 20:18:10 by charles ### ########.fr #
+# Updated: 2021/02/05 14:42:47 by charles ### ########.fr #
# #
# ############################################################################ #
-from test.test import Test # noqa: F401
+from minishell_test.test.test import Test # noqa: F401