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

@@ -8,7 +8,7 @@ use rand::{thread_rng, Rng};
use crate::chat;
use crate::constants::*;
use crate::context::Context;
use crate::dc_configure::*;
use crate::configure::*;
use crate::dc_imex::*;
use crate::dc_location::*;
use crate::dc_loginparam::*;