Iyer, Prasad C wrote:
> I have a class in a module which is getting imported in main module. 
> How do you differentiate between the 2 class

import foo
import bar

foo.TheClass().dostuff()
bar.TheClass().dostuff()
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to