cleanup cli library structure

This commit is contained in:
Dietmar Maurer
2019-02-21 09:07:25 +01:00
parent 56458d9764
commit 4de0e142a0
8 changed files with 20 additions and 11 deletions

View File

@ -5,7 +5,7 @@ use failure::*;
use chrono::{Local, TimeZone};
use proxmox_backup::tools;
use proxmox_backup::cli::command::*;
use proxmox_backup::cli::*;
use proxmox_backup::api_schema::*;
use proxmox_backup::api_schema::router::*;
use proxmox_backup::client::*;