Hi,
I need to define some common variables in one file and use that file in my python script , Like in php we define some variable in (eg :definevble.config) file, later we will use that file using include method in php script.
Plz let me know how to do this in pyhon.
Thanks
-Shyami