On Sep 25, 1:16 pm, Wanderer <wande...@dialup4less.com> wrote:
> execfile(x) does what I'm looking for.
>

Perhaps you are looking for Python import hook: 
http://www.python.org/dev/peps/pep-0302/

In you import hook you can do everything (and locate/import file with
any extension :)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to