Log errors when instantiation fails in hooke.util.pluggable.construct_*().
[hooke.git] / hooke / ui / gui / handler / float.py
1     def _float_request_prompt(self, msg):
2         return self._string_request_prompt(msg)
3
4     def _float_request_parser(self, msg, resposne):
5         return float(response)
6