renaming dc_configure to configure

and renaming the autoconfigure modules
This commit is contained in:
Simon Laux
2019-08-18 21:21:43 +02:00
parent e3b2a7a69b
commit 491826556b
13 changed files with 21 additions and 21 deletions

View File

@@ -10,7 +10,7 @@ use crate::chat;
use crate::config::Config;
use crate::constants::*;
use crate::context::Context;
use crate::dc_configure::*;
use crate::configure::*;
use crate::dc_e2ee::*;
use crate::dc_msg::*;
use crate::dc_tools::*;