Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul 2020-06-05 06:07:05 +00:00 committed by Gerrit Code Review
commit 2b058cc7cc
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
#!/usr/bin/python
from __future__ import print_function
try:
import ConfigParser as configparser
except ImportError: