Skip to content

Commit 6b92a98

Browse files
committed
Update python -> python3 in scripts.
1 parent 16e6e76 commit 6b92a98

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

prism/etc/scripts/prism-auto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33
# The prism-auto script automatically executes PRISM on one or more
44
# models/properties, for the purposes of benchmarking or testing.

prism/etc/scripts/prism-filler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env python
1+
#! /usr/bin/env python3
22
# coding=utf-8
33

44
# run without arguments for usage info

prism/etc/scripts/prism-log-extract

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33
# The prism-log-extract script extracts and collates info from a
44
# collection of PRISM log files.

prism/etc/scripts/prism-pareto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env python
1+
#! /usr/bin/env python3
22
# coding=utf-8
33

44
# run without arguments for usage info

0 commit comments

Comments
 (0)