summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-04-27 15:35:21 +0000
committerGerrit Code Review <review@openstack.org>2020-04-27 15:35:21 +0000
commit1297cdf71b50c60fb06b1ed436ddd285ff1bf75e (patch)
tree0658ac5bdd5f60c6efb3d8f9483eea455ef769f8
parent2c5c30ba01352164639feaf04c867bc7ffc62404 (diff)
parente93a00b24e05b9b0fa6eeb0eb7e4974a711b404d (diff)
downloadpython-novaclient-1297cdf71b50c60fb06b1ed436ddd285ff1bf75e.tar.gz
Merge "Remove future imports"
-rw-r--r--novaclient/shell.py1
-rw-r--r--novaclient/v2/shell.py2
2 files changed, 0 insertions, 3 deletions
diff --git a/novaclient/shell.py b/novaclient/shell.py
index 22952b7c..a81db89a 100644
--- a/novaclient/shell.py
+++ b/novaclient/shell.py
@@ -18,7 +18,6 @@
Command-line interface to the OpenStack Nova API.
"""
-from __future__ import print_function
import argparse
import logging
import sys
diff --git a/novaclient/v2/shell.py b/novaclient/v2/shell.py
index e0498df8..753dd127 100644
--- a/novaclient/v2/shell.py
+++ b/novaclient/v2/shell.py
@@ -16,8 +16,6 @@
# License for the specific language governing permissions and limitations
# under the License.
-from __future__ import print_function
-
import argparse
import collections
import datetime