freezer-api/freezer_api/cmd
Jonas Pfannschmidt 9c06672ad4 Use six.moves.input rather than six.moves.builtin.input
six.moves.builtin.input is the builtin python input. This makes
the code fail in Python 2.7. six.moves.input links to raw_input
which is the correct behaviour in this case.

Fixes bug: 1555268

Change-Id: I87062c99dc17faedbd0705565cb7a46029b9fdf0
2016-03-09 18:02:12 +00:00
..
__init__.py Freezer API 2015-04-08 18:25:45 +01:00
api.py Switch to testr from pytest 2016-02-28 10:37:21 +00:00
db_init.py Use six.moves.input rather than six.moves.builtin.input 2016-03-09 18:02:12 +00:00