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
6 +#!/usr/bin/env python2
7 # -*- coding: utf-8 -*-
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
15 +#!/usr/bin/env python2
16 # -*- coding: utf-8 -*-
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
23 -#!/usr/bin/env python
24 +#!/usr/bin/env python2
26 urllib2 caching handler
27 Modified from http://code.activestate.com/recipes/491261/ by dbr