diff options
Diffstat (limited to 'openstack/common')
| -rwxr-xr-x | openstack/common/rootwrap/cmd.py | 2 |
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 |
