aboutsummaryrefslogtreecommitdiff
path: root/minishell_test/hooks.py
diff options
context:
space:
mode:
Diffstat (limited to 'minishell_test/hooks.py')
-rw-r--r--minishell_test/hooks.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/minishell_test/hooks.py b/minishell_test/hooks.py
index e37f2aa..9881354 100644
--- a/minishell_test/hooks.py
+++ b/minishell_test/hooks.py
@@ -6,7 +6,7 @@
# By: charles <me@cacharle.xyz> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/09/11 16:10:20 by charles #+# #+# #
-# Updated: 2020/11/25 21:36:18 by charles ### ########.fr #
+# Updated: 2021/02/05 15:13:30 by charles ### ########.fr #
# #
# ############################################################################ #
@@ -14,7 +14,7 @@ import re
import sys
import os
-import config
+import minishell_test.config as config
def sort_lines(output):