mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
theHarvester: cleanup debug line
This commit is contained in:
parent
0e2367798b
commit
10a6b0b999
1 changed files with 0 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ src_prepare() {
|
|||
sed -e 's|from lib|from theHarvester.lib|' -i theHarvester.py || die "sed failed"
|
||||
sed -e 's|from lib|from theHarvester.lib|' -i lib/htmlExport.py || die "sed failed"
|
||||
for i in discovery/*.py; do
|
||||
echo $i
|
||||
sed -e 's|import myparser|from theHarvester import myparser|' -i $i || die "sed for $i failed"
|
||||
done
|
||||
touch __init__.py
|
||||
|
|
|
|||
Loading…
Reference in a new issue