Bugfix: imports, related to "common_consts renaming" fixed.

This commit is contained in:
VakarisZ 2020-09-11 16:12:18 +03:00
parent d9ba4dd3a4
commit 96f3052dc2
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
from common.data.post_breach_consts import POST_BREACH_TIMESTOMPING
from common.common_consts.post_breach_consts import POST_BREACH_TIMESTOMPING
from infection_monkey.post_breach.pba import PBA
from infection_monkey.post_breach.timestomping.timestomping import \
get_timestomping_commands

View File

@ -1,4 +1,4 @@
from common.data.post_breach_consts import POST_BREACH_TIMESTOMPING
from common.common_consts.post_breach_consts import POST_BREACH_TIMESTOMPING
from monkey_island.cc.services.attack.technique_reports.pba_technique import \
PostBreachTechnique