W. Watson wrote:

> I put a print statement in some Python code to determine the class
> (__class__) of a variable and the result was Image.Image. Why not just
> Image; otherwise, what's it telling me?

Because it is the class Image in the module/package Image.

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

Reply via email to