I am using automnation desk to run my python scripts.
It supports interpreter ver 2.2
I have some script common for almost all other script files of my application.
this common script is saved as CommonCalls.py and is on python search path.
I am using some ref. to a file path in CommonCalls.py and in other script files which import CommonCalls
If for some reason I need to change ref. path I need to change it into CommonCalls.py too.I want to avoid this
can anyone tell me is it possible to refer some parameter from importer.
if yes please explain the way
Thank you