Index: DD_Conductivity/loader.py =================================================================== diff -u -rf9ec0e263221cccdf36e037c4729b0972cd45c07 -r639e60ab542d69ff6c7b489c0e86bef287519c32 --- DD_Conductivity/loader.py (.../loader.py) (revision f9ec0e263221cccdf36e037c4729b0972cd45c07) +++ DD_Conductivity/loader.py (.../loader.py) (revision 639e60ab542d69ff6c7b489c0e86bef287519c32) @@ -1,5 +1,5 @@ """ - The TD Air Trap Mode ui loader + The DD Conductivity ui loader """ # Python import os @@ -11,10 +11,6 @@ # parent from engine.dynamicloader import DynamicLoader -# plugin specific -from leahi_dialin.common.td_defs import TDOpModes -from leahi_dialin.common.td_defs import TDStandbyStates - # dd Simulator from leahi_dialin.ui.dd_messaging import DD_Messaging @@ -66,7 +62,7 @@ @Slot() def do_conductivity(self): """ - the slot for air trap change + the slot for DD conductivity change :return: none """ D17 = self.CD1.value() @@ -81,4 +77,4 @@ D29, D43, D74 - ) \ No newline at end of file + ) \ No newline at end of file