updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / pyxis / python2.patch
blobe53cf99a5a75706a3c7a409a785f5c3520104471
1 diff --git bin/pyxis bin/pyxis
2 index 9b447fb..0350278 100755
3 --- bin/pyxis
4 +++ bin/pyxis
5 @@ -1,4 +1,4 @@
6 -#!/usr/bin/env python
7 +#!/usr/bin/env python2
8 #Pyxis and Original Sipie: Sirius Command Line Player
9 #Copyright (C) Corey Ling, Eli Criffield
11 diff --git pyxis/Config.py pyxis/Config.py
12 index d4d6d29..a36778e 100644
13 --- pyxis/Config.py
14 +++ pyxis/Config.py
15 @@ -1,4 +1,4 @@
16 -#!/usr/bin/python
17 +#!/usr/bin/python2
18 #Pyxis and Original Sipie: Sirius Command Line Player
19 #Copyright (C) Corey Ling, Eli Criffield
21 diff --git pyxis/Debug.py pyxis/Debug.py
22 index d4af851..bf1bd6e 100644
23 --- pyxis/Debug.py
24 +++ pyxis/Debug.py
25 @@ -1,4 +1,4 @@
26 -#!/usr/bin/python
27 +#!/usr/bin/python2
28 #Pyxis
29 #Copyright (C) Corey Ling
31 diff --git pyxis/Exceptions.py pyxis/Exceptions.py
32 index a1b5f8d..0270a02 100644
33 --- pyxis/Exceptions.py
34 +++ pyxis/Exceptions.py
35 @@ -1,4 +1,4 @@
36 -#!/usr/bin/python
37 +#!/usr/bin/python2
38 #Pyxis and Original Sipie: Sirius Command Line Player
39 #Copyright (C) Corey Ling, Eli Criffield
41 diff --git pyxis/Interface.py pyxis/Interface.py
42 index 3c60a7c..1b0c05c 100644
43 --- pyxis/Interface.py
44 +++ pyxis/Interface.py
45 @@ -1,4 +1,4 @@
46 -#!/usr/bin/python
47 +#!/usr/bin/python2
48 #Pyxis and Original Sipie: Sirius Command Line Player
49 #Copyright (C) Corey Ling, Eli Criffield
51 diff --git pyxis/Player.py pyxis/Player.py
52 index 8e945ba..c467acd 100644
53 --- pyxis/Player.py
54 +++ pyxis/Player.py
55 @@ -1,4 +1,4 @@
56 -#!/usr/bin/python
57 +#!/usr/bin/python2
58 #Pyxis and Original Sipie: Sirius Command Line Player
59 #Copyright (C) Corey Ling, Eli Criffield
61 diff --git pyxis/ProviderCanada.py pyxis/ProviderCanada.py
62 index 4d84952..9ff2aa6 100644
63 --- pyxis/ProviderCanada.py
64 +++ pyxis/ProviderCanada.py
65 @@ -1,4 +1,4 @@
66 -#!/usr/bin/python
67 +#!/usr/bin/python2
68 #Pyxis and Original Sipie: Sirius Command Line Player
69 #Copyright (C) Corey Ling, Eli Criffield
71 diff --git pyxis/ProviderUSA.py pyxis/ProviderUSA.py
72 index 7c30eaf..b1fb950 100644
73 --- pyxis/ProviderUSA.py
74 +++ pyxis/ProviderUSA.py
75 @@ -1,4 +1,4 @@
76 -#!/usr/bin/python
77 +#!/usr/bin/python2
78 #Pyxis and Original Sipie: Sirius Command Line Player
79 #Copyright (C) Corey Ling, Eli Criffield
81 diff --git pyxis/Sirius.py pyxis/Sirius.py
82 index 30a25d6..75f1fb6 100644
83 --- pyxis/Sirius.py
84 +++ pyxis/Sirius.py
85 @@ -1,4 +1,4 @@
86 -#!/usr/bin/python
87 +#!/usr/bin/python2
88 #Pyxis and Original Sipie: Sirius Command Line Player
89 #Copyright (C) Corey Ling, Eli Criffield