Guido van Rossum wrote:
> I think you're looking for a PEP 302 style meta hook.
>   

Or even execfile in a context...

Michael Foord
http://www.manning.com/foord
> On 9/14/07, tomer filiba <[EMAIL PROTECTED]> wrote:
>   
>> a quick question: i'm working on a pythonic build system, where the
>> build
>> scripts are plain python files. but i want to differentiate them from
>> normal
>> python files (.py) by a different suffix (say .pyy), but then i can't
>> import
>> them.
>>
>> so i'm wondering, is there a quick way to just add another extension
>> to
>> import mechanism? or do i have to write a fully fledged import hook?
>>
>>
>> -tomer
>>
>> _______________________________________________
>> Python-Dev mailing list
>> Python-Dev@python.org
>> http://mail.python.org/mailman/listinfo/python-dev
>> Unsubscribe: 
>> http://mail.python.org/mailman/options/python-dev/guido%40python.org
>>
>>     
>
>
>   

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to