From: Christoph Egger Date: Sun, 5 Jul 2015 13:42:12 +0000 (+0200) Subject: python2.3 -> python2 X-Git-Tag: 0.9.1~1 X-Git-Url: https://git.siccegge.de//index.cgi?p=ghextris.git;a=commitdiff_plain;h=e69ca025e939011aabda88fc8b2e843f90b3f7ef python2.3 -> python2 --- diff --git a/ghextris.py b/ghextris.py index 0216a84..ab5b8e4 100755 --- a/ghextris.py +++ b/ghextris.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.3 +#!/usr/bin/python2 # Gnome-hextris; a free rewrite of the xhextris game in Python for Gnome # Copyright 2004 Mikko Rauhala