Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul 2020-06-04 11:45:04 +00:00 committed by Gerrit Code Review
commit 4c0a8f2eef
1 changed files with 0 additions and 2 deletions

View File

@ -17,8 +17,6 @@
"""Dump the state of the world for post mortem."""
from __future__ import print_function
import argparse
import datetime
from distutils import spawn