scripts/: add / normalize python3 shebang

This commit is contained in:
Alexys Jacob
2018-11-28 23:56:35 +01:00
parent 02656fb00e
commit e321b839c7
3 changed files with 6 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Copyright (C) 2018 ScyllaDB
#

View File

@@ -1,4 +1,5 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import argparse
import fnmatch

View File

@@ -1,5 +1,5 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Copyright (C) 2018 ScyllaDB
#