Change imports to conform with updated dependencies

This commit is contained in:
Elias Schriefer 2020-09-20 22:43:43 +02:00
parent 401dd58e3f
commit 5543cafc2c

View File

@ -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;