Browse code

Merge "worlddump: Use __future__ print_function"

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