Python ElementTree загрузка из строки

from xml.etree.ElementTree import XML, fromstring
myxml = fromstring(text)
Uptight Unicorn