1 diff -aur a/python-clients/mulog b/python-clients/mulog
2 --- a/python-clients/mulog 2011-05-12 17:15:10.459256614 +0200
3 +++ b/python-clients/mulog 2011-05-12 17:17:20.514222140 +0200
5 -#! /usr/bin/env python
6 +#! /usr/bin/env python2
8 # pymuseekd - Python tools for museekd
10 diff -aur a/python-clients/museekchat b/python-clients/museekchat
11 --- a/python-clients/museekchat 2011-05-12 17:15:10.459256614 +0200
12 +++ b/python-clients/museekchat 2011-05-12 17:17:28.778350262 +0200
14 -#! /usr/bin/env python
15 +#! /usr/bin/env python2
17 # pymuseekd - Python tools for museekd
19 diff -aur a/python-clients/museekcontrol b/python-clients/museekcontrol
20 --- a/python-clients/museekcontrol 2011-05-12 17:15:10.459256614 +0200
21 +++ b/python-clients/museekcontrol 2011-05-12 17:17:38.573243045 +0200
23 -#! /usr/bin/env python
24 +#! /usr/bin/env python2
26 # museekcontrol -- command-line control of museekd
28 diff -aur a/python-clients/musirc.py b/python-clients/musirc.py
29 --- a/python-clients/musirc.py 2011-05-12 17:15:10.459256614 +0200
30 +++ b/python-clients/musirc.py 2011-05-12 17:17:55.171534280 +0200
32 -#!/usr/bin/env python
33 +#!/usr/bin/env python2
34 from museek import messages, driver
36 import os, sys, select, urllib
37 diff -aur a/setup/musetup b/setup/musetup
38 --- a/setup/musetup 2011-05-12 17:15:10.479266612 +0200
39 +++ b/setup/musetup 2011-05-12 17:18:23.942572776 +0200
41 -#! /usr/bin/env python
42 +#! /usr/bin/env python2
45 DATADIR = os.path.realpath(sys.argv[0])
46 diff -aur a/setup/musetup-gtk b/setup/musetup-gtk
47 --- a/setup/musetup-gtk 2011-05-12 17:15:10.479266612 +0200
48 +++ b/setup/musetup-gtk 2011-05-12 17:18:33.987590476 +0200
50 -#!/usr/bin/env python
51 +#!/usr/bin/env python2
54 # Requires: Python, PyGTK2
55 diff -aur a/setup/musetup-qt b/setup/musetup-qt
56 --- a/setup/musetup-qt 2011-05-12 17:15:10.479266612 +0200
57 +++ b/setup/musetup-qt 2011-05-12 17:18:38.943399337 +0200
59 -#!/usr/bin/env python
60 +#!/usr/bin/env python2
63 # Requires: Python, PyQt