Remove dead line of code in config.py

This commit is contained in:
Daniel Goldberg 2018-12-31 18:41:56 +02:00
parent 2ada581672
commit d3a42792fb
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@ from abc import ABCMeta
from itertools import product from itertools import product
import importlib import importlib
importlib.import_module('infection_monkey', 'network')
__author__ = 'itamar' __author__ = 'itamar'
GUID = str(uuid.getnode()) GUID = str(uuid.getnode())