diff options
author | Malfurious <m@lfurio.us> | 2024-01-12 16:26:03 -0500 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-01-13 17:22:12 -0500 |
commit | 074a15310b8bbeeeeb00bf5ab5877c12f1ca1861 (patch) | |
tree | 606b9245259bb130323dd00314a80c0d3689d5a4 /sploit/comm.py | |
parent | ead4ec1340555569e00919891383e05dca839b01 (diff) | |
download | nsploit-074a15310b8bbeeeeb00bf5ab5877c12f1ca1861.tar.gz nsploit-074a15310b8bbeeeeb00bf5ab5877c12f1ca1861.zip |
log: Move to sploit.util package
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'sploit/comm.py')
-rw-r--r-- | sploit/comm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sploit/comm.py b/sploit/comm.py index 522d540..3bc448e 100644 --- a/sploit/comm.py +++ b/sploit/comm.py @@ -4,8 +4,8 @@ import os import sys import select -from sploit.log import * from sploit.until import bind +from sploit.util.log import * class Comm: logonread = True |