lib: Import base64 at the top-level, and not in a module.
This commit is contained in:
parent
8fba5cf966
commit
6ba22a43e5
3 changed files with 11 additions and 2 deletions
|
|
@ -8,6 +8,7 @@
|
|||
//! before being sent over the wire.
|
||||
|
||||
extern crate minidom;
|
||||
extern crate base64;
|
||||
use minidom::Element;
|
||||
|
||||
/// Error type returned by every parser on failure.
|
||||
|
|
|
|||
Loading…
Reference in a new issue