Commit 57a9ffacfc906e944f879bdc0d29427b430734df
1 parent
e0bd046a
Exists in
dev
bugfixing agentM
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/core/pyros_django/monitoring/AgentM.py
@@ -9,7 +9,7 @@ import sys | @@ -9,7 +9,7 @@ import sys | ||
9 | #from common.models import Command | 9 | #from common.models import Command |
10 | 10 | ||
11 | sys.path.append("..") | 11 | sys.path.append("..") |
12 | -sys.path.append("../..") | 12 | +sys.path.append("../../../..") |
13 | from src.core.pyros_django.agent.Agent import Agent, extract_parameters | 13 | from src.core.pyros_django.agent.Agent import Agent, extract_parameters |
14 | 14 | ||
15 | # PM 20190416 recycle code | 15 | # PM 20190416 recycle code |