Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul 2020-06-09 00:08:25 +00:00 committed by Gerrit Code Review
commit 74aeeab542
2 changed files with 0 additions and 4 deletions

View File

@ -22,8 +22,6 @@ environment, it should be kept strictly compatible with Python 2.6.
Synced in from openstack-common
"""
from __future__ import print_function
import optparse
import os
import subprocess

View File

@ -11,8 +11,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 absolute_import
import logging
from zaqarclient.queues import client as zaqar_client