Skip to content

Commit 04e1c5c

Browse files
author
Vladimir Kotal
committed
use python3
1 parent b962008 commit 04e1c5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/sync/test/test_command.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

33
import unittest
44
import logging

tools/sync/test/test_commands.py

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

33
import unittest
44
import os

0 commit comments

Comments
 (0)