Change imports to conform with updated dependencies
This commit is contained in:
parent
401dd58e3f
commit
5543cafc2c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user