Commit 5560116
[clang][tools][scan-view] Remove Python2 compatibility code in ScanView.py (llvm#163747)
All these modules got new names or were moved around in Python 3.0:
https://docs.python.org/3/whatsnew/3.0.html#library-changes
LLVM requires Python >= 3.8 so we don't need to try Python2 naming.1 parent 237df89 commit 5560116
File tree
1 file changed
+4
-21
lines changed1 file changed
+4
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 1 | + | |
8 | 2 | | |
9 | 3 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 4 | + | |
17 | 5 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 6 | + | |
24 | 7 | | |
25 | 8 | | |
26 | 9 | | |
27 | 10 | | |
28 | 11 | | |
29 | 12 | | |
| 13 | + | |
30 | 14 | | |
31 | 15 | | |
32 | | - | |
33 | 16 | | |
34 | 17 | | |
35 | 18 | | |
| |||
0 commit comments