Skip to content

Commit

Permalink
python3.6 -> python3
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhankici committed Jun 18, 2019
1 parent 611acc6 commit a7a255c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions benchmarks/yarvi/shared/annot-yarvi.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"de_illegal_csr_access",
"de_inst",
"interrupt",
"m_mem0_b_wr",
"m_mem1_b_wr",
"m_mem2_b_wr",
"m_mem3_b_wr"
"b_wr0",
"b_wr1",
"b_wr2",
"b_wr3"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion scripts/linprog/annotation.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.6
#!/usr/bin/env python3

import collections
import json
Expand Down
2 changes: 1 addition & 1 deletion scripts/linprog/assumptions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.6
#!/usr/bin/env python3
# vim: set foldmethod=marker:

import sys
Expand Down
2 changes: 1 addition & 1 deletion scripts/linprog/testing.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.6
#!/usr/bin/env python3

from utils import parse_cplex_input

Expand Down
2 changes: 1 addition & 1 deletion scripts/parse_old_annotations.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.6
#!/usr/bin/env python3

import collections
import json
Expand Down
2 changes: 1 addition & 1 deletion t
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.6
#!/usr/bin/env python3

import sys
import os
Expand Down

0 comments on commit a7a255c

Please sign in to comment.