diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-05 16:17:59 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-05 16:17:59 +0100 |
| commit | b164430fb1fa82c705077d46cdb685de5faf6a19 (patch) | |
| tree | 41200335abb2ba0c4771602ff5be341e12db167b /minishell_test/hooks.py | |
| parent | 904a033ae738e1c351f8fef71e2ec2418fc4db3d (diff) | |
| download | minishell_test-b164430fb1fa82c705077d46cdb685de5faf6a19.tar.gz minishell_test-b164430fb1fa82c705077d46cdb685de5faf6a19.tar.bz2 minishell_test-b164430fb1fa82c705077d46cdb685de5faf6a19.zip | |
Changing import statement to support package
Diffstat (limited to 'minishell_test/hooks.py')
| -rw-r--r-- | minishell_test/hooks.py | 4 |
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): |
