diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2021-09-02 22:38:31 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2021-09-02 22:38:31 -0400 |
commit | 227f76cd3d395abac950422721ae311b17f12ac5 (patch) | |
tree | 97e5403b3e468783fbad99d4755543b32072b4fa | |
parent | 5cfb73d21b91552074c137d53f2ce86f80acdbac (diff) | |
download | sploit-227f76cd3d395abac950422721ae311b17f12ac5.tar.gz sploit-227f76cd3d395abac950422721ae311b17f12ac5.zip |
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 <howcansocksbereal@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | sploit/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |