updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / iview / python2.diff
blob277945bd880d082dc03edb50e43d76dcfd947836
1 --- iview.cgi
2 +++ iview.cgi
3 @@ -1,4 +1,4 @@
4 -#!/usr/bin/env python
5 +#!/usr/bin/env python2
6 """ iView CGI script
8 This is a script that you can place within your cgi-bin directory to allow
9 --- iview-cli
10 +++ iview-cli
11 @@ -1,4 +1,4 @@
12 -#!/usr/bin/env python
13 +#!/usr/bin/env python2
15 import sys, os, getopt, urllib2
16 import iview.config
17 --- iview-gtk
18 +++ iview-gtk
19 @@ -1,4 +1,4 @@
20 -#!/usr/bin/env python
21 +#!/usr/bin/env python2
23 import iview.config
24 import iview.comm