summaryrefslogtreecommitdiffstats
path: root/tool/src/commands.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tool/src/commands.rs')
-rw-r--r--tool/src/commands.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tool/src/commands.rs b/tool/src/commands.rs
index e992904d..37bd442a 100644
--- a/tool/src/commands.rs
+++ b/tool/src/commands.rs
@@ -5,7 +5,8 @@ use std::io::{self, Write};
use rpassword;
extern crate openpgp;
-use openpgp::{Packet, Tag};
+use openpgp::Packet;
+use openpgp::packet::Tag;
use openpgp::serialize::stream::{
wrap, LiteralWriter, Encryptor, EncryptionMode,
};