Merge "worlddump: Use __future__ print_function"
This commit is contained in:
@@ -17,6 +17,8 @@
|
|||||||
|
|
||||||
"""Dump the state of the world for post mortem."""
|
"""Dump the state of the world for post mortem."""
|
||||||
|
|
||||||
|
from __future__ import print_function
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import datetime
|
import datetime
|
||||||
from distutils import spawn
|
from distutils import spawn
|
||||||
|
Reference in New Issue
Block a user