Skip to content

Commit 503975c

Browse files
author
Vladimir Kotal
committed
use python3 instead of specific version
1 parent 05567e1 commit 503975c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/sync/mirror.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3.4
1+
#!/usr/bin/env python3
22
#
33
# CDDL HEADER START
44
#

tools/sync/sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3.4
1+
#!/usr/bin/env python3
22
#
33
# CDDL HEADER START
44
#

0 commit comments

Comments
 (0)