<[EMAIL PROTECTED]> schrieb 
> 
> I have a function called 'test' defined in A.py.
> How can I call that function test in my another file B.py?
> 
In B.py:

import A

A.test()


HTH
Martin


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to