Change imports to conform with updated dependencies
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
use log::{ debug, info, warn, error };
|
||||
use dbus::{
|
||||
message::MatchRule,
|
||||
channel::MatchingReceiver,
|
||||
tree::Factory,
|
||||
tree::MethodErr
|
||||
channel::MatchingReceiver
|
||||
};
|
||||
use dbus_tree::{ Factory, MethodErr };
|
||||
use ifaces::*;
|
||||
use tokio::sync::RwLock;
|
||||
use std::sync::Arc;
|
||||
|
Reference in New Issue
Block a user