Update to minidom 0.3.0.
This commit is contained in:
parent
1cea1987a2
commit
29725b9d4d
5 changed files with 5 additions and 9 deletions
|
|
@ -4,8 +4,7 @@
|
|||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
use minidom::{Element, IntoElements};
|
||||
use minidom::convert::ElementEmitter;
|
||||
use minidom::{Element, IntoElements, ElementEmitter};
|
||||
|
||||
use error::Error;
|
||||
use jid::Jid;
|
||||
|
|
|
|||
Loading…
Reference in a new issue