Add dummy import for pyinstaller purposes

This commit is contained in:
Daniel Goldberg 2019-01-30 14:56:34 +02:00
parent 4374760f16
commit 5702ee4b2e
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ from infection_monkey.config import WormConfiguration, EXTERNAL_CONFIG_FILE
from infection_monkey.dropper import MonkeyDrops
from infection_monkey.model import MONKEY_ARG, DROPPER_ARG
from infection_monkey.monkey import InfectionMonkey
import infection_monkey.post_breach # dummy import for pyinstaller
__author__ = 'itamar'