Merge "worlddump: Use __future__ print_function"
This commit is contained in:
commit
cffe4fea06
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user