[pypy-commit] cffi default: Update with a link to the more complete Cocoa library that this demo became.

arigo noreply at buildbot.pypy.org
Thu Jul 26 16:57:49 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r685:2bcc2172adba
Date: 2012-07-26 16:57 +0200
http://bitbucket.org/cffi/cffi/changeset/2bcc2172adba/

Log:	Update with a link to the more complete Cocoa library that this demo
	became.

diff --git a/demo/cffi-cocoa.py b/demo/cffi-cocoa.py
--- a/demo/cffi-cocoa.py
+++ b/demo/cffi-cocoa.py
@@ -1,5 +1,6 @@
 # Based on http://cocoawithlove.com/2010/09/minimalist-cocoa-programming.html
-# by Juraj Sukop
+# by Juraj Sukop.  This demo was eventually expanded into a more complete
+# Cocoa library available at https://bitbucket.org/sukop/nspython .
 
 from cffi import FFI
 


More information about the pypy-commit mailing list