En Tue, 18 Sep 2007 08:44:32 -0300, <[EMAIL PROTECTED]>
escribi�:
> Hello,
>
> I am trying to replace some string with list objects:
>
my_text1="function1 function2"
from my_module_with_functions_1 import *
from my_module_with_functions_2 import *
>
> # functions in module " my_mo
Hello,
I am trying to replace some string with list objects:
>>> my_text1="function1 function2"
>>> from my_module_with_functions_1 import *
>>> from my_module_with_functions_2 import *
# functions in module " my_module_with_functions_1 ":
my_func1 it's value "function1"
my_func2 it's valu