Update to minidom 0.3.0.

This commit is contained in:
Emmanuel Gil Peyrot 2017-05-04 01:20:22 +01:00
commit 29725b9d4d
5 changed files with 5 additions and 9 deletions

View file

@ -7,8 +7,7 @@
use hashes;
use hashes::{Hash, parse_hash};
use minidom::{Element, IntoElements};
use minidom::convert::ElementEmitter;
use minidom::{Element, IntoElements, ElementEmitter};
use error::Error;
use ns;