Author: Armin Rigo <ar...@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
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to