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