File: python3.diff

package info (click to toggle)
iwyu 8.18-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,388 kB
  • sloc: cpp: 14,547; python: 5,991; ansic: 718; makefile: 29
file content (20 lines) | stat: -rw-r--r-- 593 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Index: iwyu/fix_includes.py
===================================================================
--- iwyu.orig/fix_includes.py
+++ iwyu/fix_includes.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 ##===--- fix_includes.py - rewrite source files based on iwyu output ------===##
 #
Index: iwyu/iwyu_tool.py
===================================================================
--- iwyu.orig/iwyu_tool.py
+++ iwyu/iwyu_tool.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 ##===--- iwyu_tool.py -----------------------------------------------------===##
 #