From b164430fb1fa82c705077d46cdb685de5faf6a19 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 5 Feb 2021 16:17:59 +0100 Subject: Changing import statement to support package --- minishell_test/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 minishell_test/__init__.py (limited to 'minishell_test/__init__.py') diff --git a/minishell_test/__init__.py b/minishell_test/__init__.py new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/minishell_test/__init__.py @@ -0,0 +1 @@ + -- cgit