d1446928b7
Pygame is a cross-platfrom library designed to make it easy to write multimedia software, such as games, in Python. Pygame requires the Python language and SDL multimedia library. It can also make use of several other popular libraries.
10 lines
290 B
Plaintext
10 lines
290 B
Plaintext
$OpenBSD: patch-examples_arraydemo_py,v 1.1.1.1 2003/08/08 21:48:58 jolan Exp $
|
|
--- examples/arraydemo.py.orig 2002-02-19 23:48:44.000000000 +0100
|
|
+++ examples/arraydemo.py 2003-08-08 21:17:52.000000000 +0200
|
|
@@ -1,3 +1,5 @@
|
|
+#!/usr/bin/env %%PYTHON%%
|
|
+
|
|
import os
|
|
try:
|
|
import pygame
|