StratusLab / client

Command Line Interface (CLI) for StratusLab cloud services
Apache License 2.0
2 stars 1 forks source link

Fixed unicode handling in etree.fromstring #118

Closed zyegfryed closed 10 years ago

zyegfryed commented 10 years ago

The patch was added in [a45d690974bbc021fa8bfa379bc29046275376a9] but inadvertently removed from [fe65d476f671cae5b84a9ce3af78888223148a0d]. The following patch restores it.

loomis commented 10 years ago

This was fixed in commit 8d6db00f2e956c21a872ad7176af64a3e0155f50 which uses a utility function rather than patching of etree itself.