repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Tue Jan 17 16:10:12 UTC 2012
[aur-mirror.git]
/
iview
/
python2.diff
blob
277945bd880d082dc03edb50e43d76dcfd947836
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
7
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
14
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
22
23
import iview.config
24
import iview.comm