On 4 Jun 2008, at 15:25 , Sebastian Ware wrote: > Could someone show me what a module alias looks like? I have googled > but not found any example. import the.new.module sys.modules['old.module'] = the.new.module