aboutsummaryrefslogtreecommitdiff
path: root/src/client/dispatch.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/dispatch.rs')
-rw-r--r--src/client/dispatch.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/dispatch.rs b/src/client/dispatch.rs
index ad3660e..cb33cb1 100644
--- a/src/client/dispatch.rs
+++ b/src/client/dispatch.rs
@@ -12,7 +12,7 @@ use chrono::{Timelike, Utc};
use tokio_core::reactor::Handle;
#[cfg(feature = "framework")]
-use Framework;
+use framework::Framework;
#[cfg(feature = "cache")]
use super::CACHE;