Merge "Use print_function __future__ import"

This commit is contained in:
Jenkins 2013-04-22 14:29:39 +00:00 committed by Gerrit Code Review
commit 46a51b570b
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import print_function
from openstack.common import processutils
from tests import utils