commit | cffe4fea0627298a77cb6589fbdbbcdd84fde40a | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Fri Feb 24 12:00:27 2017 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Fri Feb 24 12:00:27 2017 +0000 |
tree | ff4620cc5af117cca7079ab81a0a7f916dc192bf | |
parent | 947af3ac616654aa39175ed9a3091454ebc4b525 [diff] | |
parent | 09949e0dc61d9ef420b1528d0549092f88bc422a [diff] |
Merge "worlddump: Use __future__ print_function"
diff --git a/tools/worlddump.py b/tools/worlddump.py index 1ce931e..1244dfb 100755 --- a/tools/worlddump.py +++ b/tools/worlddump.py
@@ -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