Merge "Stop importing print_function"

This commit is contained in:
Jenkins 2015-05-26 15:43:47 +00:00 committed by Gerrit Code Review
commit 348c2263b6
5 changed files with 0 additions and 9 deletions

View File

@ -15,8 +15,6 @@
"""Fixtures used during Gabbi-based test runs."""
from __future__ import print_function
import datetime
import os
import random

View File

@ -10,7 +10,6 @@
#
# All configuration values have a default; values that are commented out
# serve to show the default.
from __future__ import print_function
import sys
import os

View File

@ -24,8 +24,6 @@ source .tox/py27/bin/activate
./tools/make_test_data.py --user 1 --project 1 --resource 1 --counter cpu_util
--volume 20
"""
from __future__ import print_function
import argparse
import datetime
import logging

View File

@ -21,8 +21,6 @@ Generate testing data for e.g. for default time span
source .tox/py27/bin/activate
./tools/make_test_event_data.py --event_types 3
"""
from __future__ import print_function
import argparse
import datetime
import logging

View File

@ -13,8 +13,6 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import print_function
import sys
from oslo_config import cfg