Re: [Pyobjc-dev] typo in pyobjc_setup.py ?
Brought to you by:
ronaldoussoren
From: Ronald O. <ron...@ma...> - 2010-08-03 07:46:35
|
On 3 Aug, 2010, at 5:15, Scott Lasley wrote: > Is there a typo in this line in pyobjc_setup.py > open(os.path.join(include_rot, 'pyobjc-api.h'), 'w').write(data) > Should it be > open(os.path.join(include_root, 'pyobjc-api.h'), 'w').write(data) Your right, that's a type. Thanks for the fix, Ronald |