diff --git a/artillery.py b/artillery.py index a7c1ffa..ef720e8 100755 --- a/artillery.py +++ b/artillery.py @@ -21,7 +21,7 @@ # import artillery global variables import src.globals - +from src.core import * # # Tested on win 7/8/10 also on kali rolling. left this here for when someone tries to launch this directly before using setup. @@ -32,7 +32,6 @@ import setup -from src.core import * # from src.config import * # yaml breaks config reading - disabling check_config()