Re: Reloading the already imported module
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > hi all, > i have following code > > > if > from SIPT.xml_param_mapping import MESSAGE_PARAMETER_MAPPING > else: > from SIPT.msg_param_mapping import MESSAGE_PARAMETER_MAPPING > > parameter_list = MESSAGE_PARAMETER_MAP
Reloading the already imported module
hi all, i have following code if from SIPT.xml_param_mapping import MESSAGE_PARAMETER_MAPPING else: from SIPT.msg_param_mapping import MESSAGE_PARAMETER_MAPPING parameter_list = MESSAG