Index: shared/scripts/configuration/utility.py =================================================================== diff -u -r0cc92d3b75bfb96dc4ecafd760a9ce15e455033b -r4213d76652a6ccc9a8dec97a9f3b929b6e401226 --- shared/scripts/configuration/utility.py (.../utility.py) (revision 0cc92d3b75bfb96dc4ecafd760a9ce15e455033b) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision 4213d76652a6ccc9a8dec97a9f3b929b6e401226) @@ -12,7 +12,7 @@ # ############################################################################ - +import names import sys import test import squish @@ -108,3 +108,7 @@ raise LookupError("zone object is not in view to the user after " + \ "trying 100 times") + +def rejection_msg(text): + names.o_treatment_saline_notification_msg["text"] = text + return names.o_treatment_saline_notification_msg