From 04e6714d2e0e61c6ddde517a967c976ffb36f80e Mon Sep 17 00:00:00 2001 From: Anton Bolshakov Date: Sun, 24 Mar 2019 10:01:40 +0800 Subject: [PATCH] Update theHarvester.py --- theHarvester.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/theHarvester.py b/theHarvester.py index 01f0b4f7..ef77efd5 100755 --- a/theHarvester.py +++ b/theHarvester.py @@ -1,13 +1,13 @@ #!/usr/bin/env python3 -from discovery import * -from discovery.constants import * -from lib import hostchecker -from lib import htmlExport -from lib import reportgraph -from lib import stash -from lib import statichtmlgenerator -from lib.core import * +from theHarvester.discovery import * +from theHarvester.discovery.constants import * +from theHarvester.lib import hostchecker +from theHarvester.lib import htmlExport +from theHarvester.lib import reportgraph +from theHarvester.lib import theHarvester.stash +from theHarvester.lib import statichtmlgenerator +from theHarvester.lib.core import * from platform import python_version import argparse import datetime