2004-04-10 19:08:11 -04:00
|
|
|
$OpenBSD: patch-examples_chimp_py,v 1.2 2004/04/10 23:08:11 xsa Exp $
|
2003-08-08 17:48:58 -04:00
|
|
|
--- examples/chimp.py.orig 2002-07-22 21:21:08.000000000 +0200
|
2004-04-10 19:08:11 -04:00
|
|
|
+++ examples/chimp.py 2003-12-26 00:56:18.000000000 +0100
|
2003-08-08 17:48:58 -04:00
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
-#/usr/bin/env python
|
2004-04-10 19:08:11 -04:00
|
|
|
+#!/usr/bin/env %%PYTHON%%
|
2003-08-08 17:48:58 -04:00
|
|
|
"""
|
|
|
|
This simple example is used for the line-by-line tutorial
|
|
|
|
that comes with pygame. It is based on a 'popular' web banner.
|