From 03e1f242f69903fcd132010228259231301b3f43 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Sat, 13 Jan 2024 08:45:40 -0500 Subject: comm: Promote from module to package This is done to help clean the top-level "sploit" package. Furthermore, there is some planned future work to refactor comm into multiple modules, so this lays some groundwork for that. Signed-off-by: Malfurious --- sploit/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sploit/main.py') diff --git a/sploit/main.py b/sploit/main.py index 0d022f2..5fd5192 100644 --- a/sploit/main.py +++ b/sploit/main.py @@ -4,7 +4,7 @@ from os.path import isdir import tempfile import traceback -from sploit.comm import * +from sploit.comm.comm import * from sploit.util.log import * from sploit import __version__ -- cgit v1.2.3