summaryrefslogtreecommitdiffstats
path: root/openpgp/src/tpk/bindings.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/tpk/bindings.rs')
-rw-r--r--openpgp/src/tpk/bindings.rs12
1 files changed, 6 insertions, 6 deletions
diff --git a/openpgp/src/tpk/bindings.rs b/openpgp/src/tpk/bindings.rs
index e890cbbf..a9d56601 100644
--- a/openpgp/src/tpk/bindings.rs
+++ b/openpgp/src/tpk/bindings.rs
@@ -1,9 +1,9 @@
-use Error;
-use Result;
-use TPK;
-use constants::{HashAlgorithm, SignatureType, ReasonForRevocation};
-use crypto::Signer;
-use packet::{UserID, UserAttribute, Key, signature, Signature};
+use crate::Error;
+use crate::Result;
+use crate::TPK;
+use crate::constants::{HashAlgorithm, SignatureType, ReasonForRevocation};
+use crate::crypto::Signer;
+use crate::packet::{UserID, UserAttribute, Key, signature, Signature};
impl Key {
/// Creates a binding signature.