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 ...?

-- 
\S -- [EMAIL PROTECTED] -- http://www.chaos.org.uk/~sion/
   "Frankly I have no feelings towards penguins one way or the other"
        -- Arthur C. Clarke
   her nu becomeþ se bera eadward ofdun hlæddre heafdes bæce bump bump bump
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to