On Fri, 11 Nov 2011 23:11:38 +0100, Gelonida N wrote: > Pytz is only imported by one module, so I wondered if there were any > tricks to 'change sys.path' prior to importing pytz sys.path is just a list of paths. You can import the sys module and manipulate it any way you like. -- Steven