summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-11-16 08:37:26 +0000
committerGerrit Code Review <review@openstack.org>2020-11-16 08:37:26 +0000
commitb2a601c7e83bf08a6216478298c484c89f590c32 (patch)
treed1b025f0e13dea3fb51a079fb72c8bc2594891b4
parentd9deb6bc30a2bc7746145bf254207bc81d7e7598 (diff)
parent4408269ae3e51675f582298d4790bba6592a0e9b (diff)
downloadpython-heatclient-b2a601c7e83bf08a6216478298c484c89f590c32.tar.gz
Merge "Stop to use the __future__ module."2.3.0
-rw-r--r--heatclient/shell.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/heatclient/shell.py b/heatclient/shell.py
index b527274..cf143bf 100644
--- a/heatclient/shell.py
+++ b/heatclient/shell.py
@@ -14,8 +14,6 @@
Command-line interface to the Heat API.
"""
-from __future__ import print_function
-
import argparse
import logging
import sys