Terry Reedy wrote: > Because you have to type it over and over. hmm, With the right context manager: import py with py as py: from gui import tkinker import net with net as net: import httplib import urllib -Mike