aboutsummaryrefslogtreecommitdiff
path: root/examples/fullmesh.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/fullmesh.rs')
-rw-r--r--examples/fullmesh.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/fullmesh.rs b/examples/fullmesh.rs
index 8e2ae07..af315fb 100644
--- a/examples/fullmesh.rs
+++ b/examples/fullmesh.rs
@@ -7,8 +7,8 @@ use structopt::StructOpt;
use sodiumoxide::crypto::auth;
use sodiumoxide::crypto::sign::ed25519;
-use netapp::netapp::*;
use netapp::peering::fullmesh::*;
+use netapp::NetApp;
#[derive(StructOpt, Debug)]
#[structopt(name = "netapp")]