patches/gamin-02-gamin.diff
author Jon Tibble <meths@btinternet.com>
Sat, 06 Oct 2012 16:11:50 +0100
branchs11express-2010-11
changeset 22109 db10202d5f6d
parent 17113 9566f46ad3bb
permissions -rw-r--r--
Added tag oi_151a_prestable7 for changeset 25dee50cecca
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
17113
9566f46ad3bb expilcitly use python2.6 in dlpitest.py privrbactest.py ucredtest.py gami.py
jouby
parents:
diff changeset
     1
--- python/gamin.py.orig	2009-12-04 13:19:30.527419772 +0800
9566f46ad3bb expilcitly use python2.6 in dlpitest.py privrbactest.py ucredtest.py gami.py
jouby
parents:
diff changeset
     2
+++ python/gamin.py	2009-12-04 13:19:43.189517582 +0800
9566f46ad3bb expilcitly use python2.6 in dlpitest.py privrbactest.py ucredtest.py gami.py
jouby
parents:
diff changeset
     3
@@ -1,4 +1,4 @@
9566f46ad3bb expilcitly use python2.6 in dlpitest.py privrbactest.py ucredtest.py gami.py
jouby
parents:
diff changeset
     4
-#!/usr/bin/env python
9566f46ad3bb expilcitly use python2.6 in dlpitest.py privrbactest.py ucredtest.py gami.py
jouby
parents:
diff changeset
     5
+#!/usr/bin/python2.6
9566f46ad3bb expilcitly use python2.6 in dlpitest.py privrbactest.py ucredtest.py gami.py
jouby
parents:
diff changeset
     6
 
9566f46ad3bb expilcitly use python2.6 in dlpitest.py privrbactest.py ucredtest.py gami.py
jouby
parents:
diff changeset
     7
 import _gamin
9566f46ad3bb expilcitly use python2.6 in dlpitest.py privrbactest.py ucredtest.py gami.py
jouby
parents:
diff changeset
     8
 import os.path