Re: Reloading the already imported module

2007-01-11 Thread Paul McGuire
<[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

2007-01-11 Thread anil . pundoor
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