Browse code

Merge "Stop to use the __future__ module."

Zuul authored on 2020/06/04 20:45:04
Showing 1 changed files
... ...
@@ -17,8 +17,6 @@
17 17
 
18 18
 """Dump the state of the world for post mortem."""
19 19
 
20
-from __future__ import print_function
21
-
22 20
 import argparse
23 21
 import datetime
24 22
 from distutils import spawn