updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / totem-pps-git / python2.patch
blob237a572e7b988b687ec7e5c55ed9494833072517
1 diff -Nurd totem-pps-0.0.19.6//totem/plugin/ppslist2.py totem-pps-0.0.19.6.new//totem/plugin/ppslist2.py
2 --- totem-pps-0.0.19.6//totem/plugin/ppslist2.py 2010-11-16 03:22:10.000000000 +0200
3 +++ totem-pps-0.0.19.6.new//totem/plugin/ppslist2.py 2011-02-26 16:31:06.760000334 +0200
4 @@ -1,4 +1,4 @@
5 -#!/bin/env python
6 +#!/usr/bin/env python2
7 # -*- coding: utf-8 -*-
8 # -*- python -*-
9 # Author: Luo Jinghua
10 diff -Nurd totem-pps-0.0.19.6//totem/plugin/ppslist.py totem-pps-0.0.19.6.new//totem/plugin/ppslist.py
11 --- totem-pps-0.0.19.6//totem/plugin/ppslist.py 2010-11-12 07:41:17.000000000 +0200
12 +++ totem-pps-0.0.19.6.new//totem/plugin/ppslist.py 2011-02-26 16:31:15.646667001 +0200
13 @@ -1,4 +1,4 @@
14 -#!/bin/env python
15 +#!/usr/bin/env python2
16 # -*- coding: utf-8 -*-
17 # -*- python -*-
18 # Author: Luo Jinghua
19 diff -Nurd totem-pps-0.0.19.6//totem/plugin/urllib2cache.py totem-pps-0.0.19.6.new//totem/plugin/urllib2cache.py
20 --- totem-pps-0.0.19.6//totem/plugin/urllib2cache.py 2010-11-14 05:23:25.000000000 +0200
21 +++ totem-pps-0.0.19.6.new//totem/plugin/urllib2cache.py 2011-02-26 16:30:47.320000334 +0200
22 @@ -1,4 +1,4 @@
23 -#!/usr/bin/env python
24 +#!/usr/bin/env python2
25 """
26 urllib2 caching handler
27 Modified from http://code.activestate.com/recipes/491261/ by dbr