patches/gtksourceview-01-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
--- gtksourceview-2.10.1/gtksourceview/language-specs/convert.py-orig	2010-07-21 21:47:01.122344915 -0500
5218a1567988 2010-07-22 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     2
+++ gtksourceview-2.10.1/gtksourceview/language-specs/convert.py	2010-07-21 21:47:08.577545464 -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/env 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
 
5218a1567988 2010-07-22 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     7
 import xml.dom.minidom as dom
5218a1567988 2010-07-22 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     8
 import cgi