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.""" """Fixtures used during Gabbi-based test runs."""
from __future__ import print_function
import datetime import datetime
import os import os
import random import random

View File

@ -10,7 +10,6 @@
# #
# All configuration values have a default; values that are commented out # All configuration values have a default; values that are commented out
# serve to show the default. # serve to show the default.
from __future__ import print_function
import sys import sys
import os 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 ./tools/make_test_data.py --user 1 --project 1 --resource 1 --counter cpu_util
--volume 20 --volume 20
""" """
from __future__ import print_function
import argparse import argparse
import datetime import datetime
import logging import logging

View File

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

View File

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