Hello,
how can I get the path of a class. I managed to do it with

c.__module__ + "." + c.__name__

but I'm sure there is a better way.

Thanks,

Florian

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

Reply via email to