heat/heat/cmd
yuyafei add4dc3b08 Replace raw_input with input to make PY3 compatible
The raw_input() raises NameError: name 'raw_input' is not defined in python3.
This patch fixes it by replacing raw_input with input to make PY3 compatible.

Change-Id: I50aad3161893250dab1d60af4569bb65d7edef5a
Closes-Bug: #1595827
2016-06-28 00:44:23 +00:00
..
__init__.py Add a basic heat-manage 2013-05-27 21:06:31 +10:00
api.py Moved CORS middleware configuration into oslo-config-generator 2016-03-14 08:19:29 -07:00
api_cfn.py Moved CORS middleware configuration into oslo-config-generator 2016-03-14 08:19:29 -07:00
api_cloudwatch.py Moved CORS middleware configuration into oslo-config-generator 2016-03-14 08:19:29 -07:00
engine.py Make minimum default num_engine_workers>=4 2016-01-11 13:32:51 +13:00
manage.py Replace raw_input with input to make PY3 compatible 2016-06-28 00:44:23 +00:00