summaryrefslogtreecommitdiff
path: root/demo/cffi-cocoa.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2012-07-26 16:57:22 +0200
committerArmin Rigo <arigo@tunes.org>2012-07-26 16:57:22 +0200
commitffeaf2f22d70be0944e23e33330617ef8acbf89c (patch)
tree7ad4b6440b66840f9f436dd990a8e3cb7cb3576c /demo/cffi-cocoa.py
parent99f65db13088409dd0a3f768eaa1015a8cd4e221 (diff)
downloadcffi-ffeaf2f22d70be0944e23e33330617ef8acbf89c.tar.gz
Update with a link to the more complete Cocoa library that this demo became.
Diffstat (limited to 'demo/cffi-cocoa.py')
-rw-r--r--demo/cffi-cocoa.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/demo/cffi-cocoa.py b/demo/cffi-cocoa.py
index 7ac1182..b5f2a2c 100644
--- 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