Adrian Vladu 072bee9c5d xml: force return of unicode string
With Python 3.8, the xml.etree.ElementTree.ElementTree function now
preserves the attribute order specified by the user.

This change broke the winrm enable functionality, throwing the erorr:

```
TypeError: Objects of type 'bytes' can not be converted to Unicode.
```

The fix was to set the correct parameter to return an unicode string and
not bytes.

Change-Id: I10f7fa357267f36dfed03ccb708694f6fc1cdd97
2022-11-21 20:13:23 +02:00
..
2018-09-05 20:42:10 +03:00
2017-07-05 17:28:20 +03:00
2017-02-21 19:30:59 +02:00
2015-04-06 19:24:13 +03:00
2017-03-08 13:48:22 +02:00
2018-09-05 20:42:10 +03:00
2020-11-03 16:27:56 +02:00
2015-04-06 19:24:13 +03:00
2017-02-21 20:47:17 +02:00
2018-09-05 20:42:10 +03:00
2017-03-08 13:48:22 +02:00
2018-09-05 20:42:10 +03:00
2014-09-10 13:21:54 +03:00