From 227f76cd3d395abac950422721ae311b17f12ac5 Mon Sep 17 00:00:00 2001 From: dusoleil Date: Thu, 2 Sep 2021 22:38:31 -0400 Subject: Change behavior for import sploit The statement import sploit will now import all of the sploit modules under the sploit namespace. Signed-off-by: dusoleil --- sploit/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sploit/__init__.py b/sploit/__init__.py index 836bb30..5082cfa 100644 --- a/sploit/__init__.py +++ b/sploit/__init__.py @@ -1 +1,2 @@ __all__ = ["log","comm","until","arch","mem"] +from sploit import log, comm, until, arch, mem -- cgit v1.2.3