Hi Edd,

On 06/09/13 15:45, Edd Barrett wrote:

+script_path = os.path.abspath(__file__)
+pythonpath = os.path.dirname(os.path.dirname(script_path))
+sys.path.append(pythonpath)

Here we are appending to the path, not overriding it, hence this is safe for
either method. Right?

yes, if you do setup.py develop those lines are both safe and pointless :)
But I saw that you removed then in a later checkin, so no problem.

ciao,
Anto

_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to