0002094: Book report - user enter a multiline text into a custom text block, with quote char

svn: r10599
This commit is contained in:
Brian Matherly
2008-04-20 03:03:39 +00:00
parent 81bc827030
commit e3140b4fce
2 changed files with 30 additions and 14 deletions

View File

@ -941,7 +941,7 @@ def get_type_converter_by_name(val_str):
elif val_str == 'float':
return float
elif val_str == 'bool':
return bool
return cast_to_bool
elif val_str in ('str', 'unicode'):
return unicode
return unicode