X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ricxappframe%2Fxapp_rmr.py;h=d18b4c031bfcd4ab0a3197d88927558b9bd5cdc8;hb=db26ba217530985dbdcf739640c16c6cecd54a1d;hp=601e65a1a86e9268ed0a0bef5ef3cc495af8f30d;hpb=99a0b48593f885940b66e80edbdc2840242b5fd8;p=ric-plt%2Fxapp-frame-py.git diff --git a/ricxappframe/xapp_rmr.py b/ricxappframe/xapp_rmr.py index 601e65a..d18b4c0 100644 --- a/ricxappframe/xapp_rmr.py +++ b/ricxappframe/xapp_rmr.py @@ -24,7 +24,7 @@ import time import queue from threading import Thread from mdclogpy import Logger -from rmr import rmr, helpers +from ricxappframe.rmr import rmr, helpers mdc_logger = Logger(name=__name__) @@ -96,7 +96,6 @@ class RmrLoop: def stop(self): """ sets a flag that will cleanly stop the thread - note, this does not yet have a use yet for xapps to call, however this is very handy during unit testing. """ mdc_logger.debug("Stopping rmr thread. Waiting for last iteration to finish..") self._keep_going = False