|
47 | 47 | from .markupwriters import HtmlWriter, XmlWriter, NullMarkupWriter |
48 | 48 | from .importer import Importer |
49 | 49 | from .match import eq, Matcher, MultiMatcher |
50 | | -from .misc import (isatty, getdoc, plural_or_not, printable_name, |
51 | | - seq2str, seq2str2) |
| 50 | +from .misc import (getdoc, isatty, plural_or_not, printable_name, seq2str, |
| 51 | + seq2str2, __str__) |
52 | 52 | from .normalizing import lower, normalize, NormalizedDict |
53 | 53 | from .platform import (IRONPYTHON, JYTHON, PYTHON, UNIXY, WINDOWS, |
54 | 54 | RERAISED_EXCEPTIONS) |
|
64 | 64 | from .robottypes import (is_bytes, is_dict_like, is_falsy, is_integer, |
65 | 65 | is_list_like, is_number, is_string, is_truthy, |
66 | 66 | is_unicode, type_name) |
67 | | -from .setter import setter |
| 67 | +from .setter import setter, SetterAwareType |
68 | 68 | from .text import (cut_long_message, format_assign_message, |
69 | 69 | pad_console_length, get_console_length, split_tags_from_doc, |
70 | 70 | split_args_from_name_or_path) |
|
0 commit comments