Finish the remaining migration of shebang to python3.

This commit is contained in:
rht 2020-04-03 05:11:02 -04:00 committed by showell
parent 9ee8461b9d
commit 204871b518
11 changed files with 11 additions and 11 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
from typing import Any, List, Dict, Callable from typing import Any, List, Dict, Callable

View file

@ -1,4 +1,4 @@
#! /usr/bin/env python #! /usr/bin/env python3
from __future__ import print_function from __future__ import print_function
from __future__ import absolute_import from __future__ import absolute_import

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
from __future__ import print_function from __future__ import print_function
import subprocess import subprocess

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
from __future__ import absolute_import from __future__ import absolute_import
from __future__ import print_function from __future__ import print_function

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
from server_lib.test_handler import handle_input_and_run_tests_for_package from server_lib.test_handler import handle_input_and_run_tests_for_package

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
from server_lib.test_handler import handle_input_and_run_tests_for_package from server_lib.test_handler import handle_input_and_run_tests_for_package

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
from server_lib.test_handler import handle_input_and_run_tests_for_package from server_lib.test_handler import handle_input_and_run_tests_for_package

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from __future__ import print_function from __future__ import print_function

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
import os import os
import zulip import zulip

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# zulip-send -- Sends a message to the specified recipients. # zulip-send -- Sends a message to the specified recipients.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from __future__ import print_function from __future__ import print_function