Index: shared/scripts/configuration/utility.py =================================================================== diff -u -rbbb4d28ac7d167b4e7ba7b1c68ca2402e4e90f24 -r2098abb842e0475b9f3c6cd8d5c374dd50c7e222 --- shared/scripts/configuration/utility.py (.../utility.py) (revision bbb4d28ac7d167b4e7ba7b1c68ca2402e4e90f24) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision 2098abb842e0475b9f3c6cd8d5c374dd50c7e222) @@ -41,7 +41,7 @@ handle the application for log """ test.compare(config.COLOR_CODES[color_name],(act_val.color[name])) - + def check_if_object_is_within_the_container(obj=None, container=None): """ check if an object is inside a container Index: shared/scripts/names.py =================================================================== diff -u -r230a9b2228e1372d2d608b350c8ad79476174b2a -r2098abb842e0475b9f3c6cd8d5c374dd50c7e222 --- shared/scripts/names.py (.../names.py) (revision 230a9b2228e1372d2d608b350c8ad79476174b2a) +++ shared/scripts/names.py (.../names.py) (revision 2098abb842e0475b9f3c6cd8d5c374dd50c7e222) @@ -604,4 +604,3 @@ o_cumulative_fluid_text = {"container": o_treatmentStack_treatmentHome_TreatmentHome, "text": "Cumulative Delivered", "type": "Text", "unnamed": 1, "visible": True} o_treatmentHome_START_BOLUS_Text = {"container": o_treatmentHome, "text": "START BOLUS", "type": "Text", "unnamed": 1, "visible": True} o_treatmentHome_fluidProgressBar_ProgressBar = {"container": o_treatmentHome, "id": "_fluidProgressBar", "type": "ProgressBar", "unnamed": 1, "visible": True} -