diff options
| author | Zuul <zuul@review.opendev.org> | 2020-11-16 08:37:26 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2020-11-16 08:37:26 +0000 |
| commit | b2a601c7e83bf08a6216478298c484c89f590c32 (patch) | |
| tree | d1b025f0e13dea3fb51a079fb72c8bc2594891b4 | |
| parent | d9deb6bc30a2bc7746145bf254207bc81d7e7598 (diff) | |
| parent | 4408269ae3e51675f582298d4790bba6592a0e9b (diff) | |
| download | python-heatclient-2.3.0.tar.gz | |
Merge "Stop to use the __future__ module."2.3.0
| -rw-r--r-- | heatclient/shell.py | 2 |
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 |
