theHarvester: cleanup debug line

This commit is contained in:
blshkv 2017-03-23 11:05:00 +08:00
parent 0e2367798b
commit 10a6b0b999
No known key found for this signature in database
GPG key ID: 9CCF6FCB8D8A14BF

View file

@ -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