I use win32com.shell. There are something special going on I don't
understand. Notice the commands below. I imported win32com.shell. But the
module is being loaded from win32comext\shell\__init__.pyc.
>>> import win32com.shell
>>> win32com.shell
What is the mechanism to make this happen? I a
aurora <[EMAIL PROTECTED]> writes:
> I use win32com.shell. There are something special going on I don't
> understand. Notice the commands below. I imported win32com.shell. But the
> module is being loaded from win32comext\shell\__init__.pyc.
>
import win32com.shell
win32com.shell
>