File: python3

package info (click to toggle)
pgxnclient 1.3.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 668 kB
  • sloc: python: 3,545; sh: 71; makefile: 53
file content (112 lines) | stat: -rw-r--r-- 2,429 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
--- a/bin/pgxn
+++ b/bin/pgxn
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 """
 pgxnclient -- commands dispatcher
 
--- a/bin/pgxnclient
+++ b/bin/pgxnclient
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 """
 pgxnclient -- command line interface
 """
--- a/pgxnclient/libexec/pgxn-check
+++ b/pgxnclient/libexec/pgxn-check
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 """
 pgxnclient -- command line interface
 """
--- a/pgxnclient/libexec/pgxn-download
+++ b/pgxnclient/libexec/pgxn-download
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 """
 pgxnclient -- command line interface
 """
--- a/pgxnclient/libexec/pgxn-help
+++ b/pgxnclient/libexec/pgxn-help
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 """
 pgxnclient -- command line interface
 """
--- a/pgxnclient/libexec/pgxn-info
+++ b/pgxnclient/libexec/pgxn-info
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 """
 pgxnclient -- command line interface
 """
--- a/pgxnclient/libexec/pgxn-install
+++ b/pgxnclient/libexec/pgxn-install
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 """
 pgxnclient -- command line interface
 """
--- a/pgxnclient/libexec/pgxn-load
+++ b/pgxnclient/libexec/pgxn-load
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 """
 pgxnclient -- command line interface
 """
--- a/pgxnclient/libexec/pgxn-mirror
+++ b/pgxnclient/libexec/pgxn-mirror
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 """
 pgxnclient -- command line interface
 """
--- a/pgxnclient/libexec/pgxn-search
+++ b/pgxnclient/libexec/pgxn-search
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 """
 pgxnclient -- command line interface
 """
--- a/pgxnclient/libexec/pgxn-uninstall
+++ b/pgxnclient/libexec/pgxn-uninstall
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 """
 pgxnclient -- command line interface
 """
--- a/pgxnclient/libexec/pgxn-unload
+++ b/pgxnclient/libexec/pgxn-unload
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 """
 pgxnclient -- command line interface
 """
--- a/pgxnclient/utils/uri.py
+++ b/pgxnclient/utils/uri.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 """
 Simple implementation of URI-Templates
 (http://bitworking.org/projects/URI-Templates/).
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 """
 pgxnclient -- setup script
 """