patches/totem-05-python.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 18269 5218a1567988
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18269
5218a1567988 2010-07-22 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     1
--- totem-2.30.2/data/totem-bugreport.py-orig	2010-07-21 21:42:10.852225325 -0500
5218a1567988 2010-07-22 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     2
+++ totem-2.30.2/data/totem-bugreport.py	2010-07-21 21:42:17.116012732 -0500
5218a1567988 2010-07-22 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     3
@@ -1,4 +1,4 @@
5218a1567988 2010-07-22 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     4
-#!/usr/bin/python
5218a1567988 2010-07-22 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     5
+#!/usr/bin/python2.6
5218a1567988 2010-07-22 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     6
 import gtk
5218a1567988 2010-07-22 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     7
 import os
5218a1567988 2010-07-22 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     8
 from datetime import datetime
5218a1567988 2010-07-22 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     9
--- totem-2.30.2/src/plugins/iplayer/iplayer2.py-orig	2010-07-21 21:42:41.547098091 -0500
5218a1567988 2010-07-22 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    10
+++ totem-2.30.2/src/plugins/iplayer/iplayer2.py	2010-07-21 21:42:48.004682027 -0500
5218a1567988 2010-07-22 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    11
@@ -1,4 +1,4 @@
5218a1567988 2010-07-22 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    12
-#!/usr/bin/python
5218a1567988 2010-07-22 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    13
+#!/usr/bin/python2.6
5218a1567988 2010-07-22 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    14
 
5218a1567988 2010-07-22 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    15
 # Python libs
5218a1567988 2010-07-22 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    16
 import re, os