Sion Arrowsmith wrote:
> Peter Otten <[EMAIL PROTECTED]> wrote:
>>tow wrote:
>>> sys.path.append(os.path.join(project_directory, os.pardir))
>>> project_module = __import__(project_name, {}, {}, [''])
>>> sys.path.pop()
>>Ouch.
>
> I presume that "Ouch" is in consideration of what might happen if
> the subject of the __import__ also calls sys.path.append ...?
Yes ;)Peter -- http://mail.python.org/mailman/listinfo/python-list
