updated on Sun Jan 22 12:09:12 UTC 2012
[aur-mirror.git] / museekd-svn / python2.patch
blobe12ab625efd6ce2bf2fca4ecb3a985525046e7ed
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
4 @@ -1,4 +1,4 @@
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
13 @@ -1,4 +1,4 @@
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
22 @@ -1,4 +1,4 @@
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
31 @@ -1,4 +1,4 @@
32 -#!/usr/bin/env python
33 +#!/usr/bin/env python2
34 from museek import messages, driver
35 import socket
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
40 @@ -1,4 +1,4 @@
41 -#! /usr/bin/env python
42 +#! /usr/bin/env python2
44 import os, sys
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
49 @@ -1,4 +1,4 @@
50 -#!/usr/bin/env python
51 +#!/usr/bin/env python2
53 # Museek GTK Setup
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
58 @@ -1,4 +1,4 @@
59 -#!/usr/bin/env python
60 +#!/usr/bin/env python2
62 # Museek Qt Setup
63 # Requires: Python, PyQt