Stop importing print_function

We don't support Python 2.6 anymore so there is no use for that.

Change-Id: Ic1f8aefc4946752b03b25cac7a900f70c68133a5
This commit is contained in:
Julien Danjou 2015-05-25 08:22:13 +02:00
parent 82031de3e0
commit 7559424765
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