diff --git a/config/hook_implementations.py b/config/hook_implementations.py index d939920..562ccbb 100644 --- a/config/hook_implementations.py +++ b/config/hook_implementations.py @@ -7,8 +7,8 @@ from tmtccmd.pus_tm.base import PusTelemetry from tmtccmd.pus_tc.base import TcQueueT, PusTelecommand -from com_if.com_interface_base import CommunicationInterface -from core.backend import TmTcHandler +from tmtccmd.com_if.com_interface_base import CommunicationInterface +from tmtccmd.core.backend import TmTcHandler from tmtccmd.core.hook_base import TmTcHookBase from tmtccmd.utility.tmtc_printer import TmTcPrinter