test_default_arguments: Add explicit python3 shebang.
This commit is contained in:
parent
f34540d26d
commit
565106b880
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import argparse
|
||||
import os
|
||||
import six
|
||||
|
|
Loading…
Reference in a new issue