Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul 2020-06-24 12:31:28 +00:00 committed by Gerrit Code Review
commit 51356b811c
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
from __future__ import (absolute_import, division, print_function)
try:
import ConfigParser
except ImportError: