Extend doc of RMR python binding methods
[ric-plt/xapp-frame-py.git] / ricxappframe / xapp_rmr.py
index 601e65a..d18b4c0 100644 (file)
@@ -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