updated on Tue Jan 10 00:10:07 UTC 2012
[aur-mirror.git] / peapod / python.patch
blob274f55148b6ad6b79df5d5fbf34c5c4eeafb6297
1 diff -ur peapod-0.7.2-orig/btclient.py peapod-0.7.2/btclient.py
2 --- peapod-0.7.2-orig/btclient.py 2008-06-11 03:37:57.000000000 -0500
3 +++ peapod-0.7.2/btclient.py 2011-02-10 13:57:17.116666677 -0600
4 @@ -1,4 +1,4 @@
5 -#!/usr/bin/python
6 +#!/usr/bin/python2
8 # The contents of this file are subject to the BitTorrent Open Source License
9 # Version 1.0 (the License). You may not copy or use this file, in either
10 diff -ur peapod-0.7.2-orig/Peapod/btclient.py peapod-0.7.2/Peapod/btclient.py
11 --- peapod-0.7.2-orig/Peapod/btclient.py 2008-06-11 03:37:57.000000000 -0500
12 +++ peapod-0.7.2/Peapod/btclient.py 2011-02-10 13:57:17.126666678 -0600
13 @@ -1,4 +1,4 @@
14 -#!/usr/bin/python
15 +#!/usr/bin/python2
17 # The contents of this file are subject to the BitTorrent Open Source License
18 # Version 1.0 (the License). You may not copy or use this file, in either
19 diff -ur peapod-0.7.2-orig/Peapod/download.py peapod-0.7.2/Peapod/download.py
20 --- peapod-0.7.2-orig/Peapod/download.py 2008-06-11 03:37:57.000000000 -0500
21 +++ peapod-0.7.2/Peapod/download.py 2011-02-10 13:57:17.123333344 -0600
22 @@ -1,4 +1,4 @@
23 -#!/usr/bin/python
24 +#!/usr/bin/python2
25 """
26 this module contains the code that actually does the downloading
28 diff -ur peapod-0.7.2-orig/Peapod/peapod.py peapod-0.7.2/Peapod/peapod.py
29 --- peapod-0.7.2-orig/Peapod/peapod.py 2008-06-11 03:39:12.000000000 -0500
30 +++ peapod-0.7.2/Peapod/peapod.py 2011-02-10 13:57:17.156666678 -0600
31 @@ -1,4 +1,4 @@
32 -#!/usr/bin/python
33 +#!/usr/bin/python2
34 """
35 Python podcast client
37 diff -ur peapod-0.7.2-orig/Peapod/tagging.py peapod-0.7.2/Peapod/tagging.py
38 --- peapod-0.7.2-orig/Peapod/tagging.py 2008-06-11 03:37:57.000000000 -0500
39 +++ peapod-0.7.2/Peapod/tagging.py 2011-02-10 13:57:17.146666677 -0600
40 @@ -1,4 +1,4 @@
41 -#!/usr/bin/python
42 +#!/usr/bin/python2
44 import sys
45 import string
46 diff -ur peapod-0.7.2-orig/peapod.py peapod-0.7.2/peapod.py
47 --- peapod-0.7.2-orig/peapod.py 2008-06-11 03:37:57.000000000 -0500
48 +++ peapod-0.7.2/peapod.py 2011-02-10 13:57:17.180000010 -0600
49 @@ -1,4 +1,4 @@
50 -#!/usr/bin/python
51 +#!/usr/bin/python2
52 """
53 peapod is a command-line podcast downloader
54 (C) 2005 Billy Allan. billy@monkeytwizzle.com