Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul 2020-07-09 12:54:17 +00:00 committed by Gerrit Code Review
commit 5192f7b9a7
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
@ -12,8 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import print_function
import argparse
import configparser
import sys