Merge "worlddump: Use __future__ print_function"

This commit is contained in:
Jenkins 2017-02-24 12:00:27 +00:00 committed by Gerrit Code Review
commit cffe4fea06
1 changed files with 2 additions and 0 deletions

View File

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