summaryrefslogtreecommitdiffstats
path: root/openstack/common
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-04-22 14:29:39 +0000
committerGerrit Code Review <review@openstack.org>2013-04-22 14:29:39 +0000
commitc2576b960450ae118a2c261df4ce813ff58f8868 (patch)
tree730a8137cd38fb1db1219ba3d92ea403d75671b1 /openstack/common
parent2492387789ece466e19ee1a76ce5f574bfc123e6 (diff)
parent07d23bf74b4279b313d8ea03ca9c15b330bdbf0b (diff)
downloadoslo-c2576b960450ae118a2c261df4ce813ff58f8868.tar.gz
oslo-c2576b960450ae118a2c261df4ce813ff58f8868.tar.xz
oslo-c2576b960450ae118a2c261df4ce813ff58f8868.zip
Merge "Use print_function __future__ import"
Diffstat (limited to 'openstack/common')
-rwxr-xr-xopenstack/common/rootwrap/cmd.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/openstack/common/rootwrap/cmd.py b/openstack/common/rootwrap/cmd.py
index f17f50a..e8f4dd0 100755
--- a/openstack/common/rootwrap/cmd.py
+++ b/openstack/common/rootwrap/cmd.py
@@ -33,6 +33,8 @@
they are needed, to avoid allowing more than is necessary.
"""
+from __future__ import print_function
+
import ConfigParser
import os
import pwd