patches/gnome-games-02-py26.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 18243 54d5f9ef5f7e
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
17138
fb788f144610 use python2.6 explicity in python script
jouby
parents:
diff changeset
     1
diff -r b857c6cff902 glchess/src/glchess.in.in
fb788f144610 use python2.6 explicity in python script
jouby
parents:
diff changeset
     2
--- a/glchess/src/glchess.in.in	Tue Dec 08 15:10:20 2009 +0800
fb788f144610 use python2.6 explicity in python script
jouby
parents:
diff changeset
     3
+++ b/glchess/src/glchess.in.in	Tue Dec 08 15:14:41 2009 +0800
fb788f144610 use python2.6 explicity in python script
jouby
parents:
diff changeset
     4
@@ -1,4 +1,4 @@
fb788f144610 use python2.6 explicity in python script
jouby
parents:
diff changeset
     5
-#! /usr/bin/env python
fb788f144610 use python2.6 explicity in python script
jouby
parents:
diff changeset
     6
+#! /usr/bin/python2.6
fb788f144610 use python2.6 explicity in python script
jouby
parents:
diff changeset
     7
 # -*- coding: utf-8 -*-
fb788f144610 use python2.6 explicity in python script
jouby
parents:
diff changeset
     8
 
fb788f144610 use python2.6 explicity in python script
jouby
parents:
diff changeset
     9
 # glChess is a 2D/3D chess game for GNOME. This is the startup
fb788f144610 use python2.6 explicity in python script
jouby
parents:
diff changeset
    10
diff -r b857c6cff902 glchess/src/lib/scene/opengl/png.py